From 89adb0487a98015d9b92dd2be6ae589e519ca77b Mon Sep 17 00:00:00 2001 From: Noah Metzger Date: Sun, 3 Apr 2022 15:02:54 -0500 Subject: [PATCH] cmod: Update game module hashes --- code/filesystem/fs_lookup.c | 1 + code/filesystem/fslocal.h | 1 + 2 files changed, 2 insertions(+) diff --git a/code/filesystem/fs_lookup.c b/code/filesystem/fs_lookup.c index 33477b1a..8dd29b96 100644 --- a/code/filesystem/fs_lookup.c +++ b/code/filesystem/fs_lookup.c @@ -1452,6 +1452,7 @@ static const int stock_qvms[] = { -1518584883, // pakcmod-current-2021-10-15.pk3 34943118, // pakcmod-current-2021-11-11.pk3 1803491023, // pakcmod-current-2021-12-03.pk3 + 1289620810, // pakcmod-current-2021-12-28.pk3 }; /* diff --git a/code/filesystem/fslocal.h b/code/filesystem/fslocal.h index e5e9241a..0de57115 100644 --- a/code/filesystem/fslocal.h +++ b/code/filesystem/fslocal.h @@ -38,6 +38,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34943118, /* pakcmod-current-2021-11-11.pk3 */ \ 1803491023, /* pakcmod-current-2021-12-03.pk3 */ \ 1289620810, /* pakcmod-current-2021-12-28.pk3 */ \ + 278974329, /* pakcmod-current-2021-04-03.pk3 */ \ } #endif #else