[iortcw] 408/497: SP: Add checksum warning for non-official sp_pak4.pk3

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 33abf651f4ed1813b5adcacedf9308f08bd6693c
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Oct 7 15:38:40 2015 -0400

    SP: Add checksum warning for non-official sp_pak4.pk3
---
 SP/code/qcommon/files.c   | 4 ++--
 SP/code/qcommon/qcommon.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SP/code/qcommon/files.c b/SP/code/qcommon/files.c
index fad5a99..fed78c0 100644
--- a/SP/code/qcommon/files.c
+++ b/SP/code/qcommon/files.c
@@ -188,7 +188,7 @@ static const unsigned int sppak_checksums[] = {
 	3033901371u,
 	483593179u,
 	// sp_pak4.pk3 from GOTY edition
-//	4131017020u
+	4131017020u
 };
 
 static const unsigned int fr_sppak_checksums[] = {
@@ -196,7 +196,7 @@ static const unsigned int fr_sppak_checksums[] = {
 	3033901371u,
 	483593179u,
 	// sp_pak4.pk3 from GOTY edition
-//	4131017020u
+	4131017020u
 };
 
 // if this is defined, the executable positively won't work with any paks other
diff --git a/SP/code/qcommon/qcommon.h b/SP/code/qcommon/qcommon.h
index a3f7fae..386a9e6 100644
--- a/SP/code/qcommon/qcommon.h
+++ b/SP/code/qcommon/qcommon.h
@@ -631,7 +631,7 @@ issues.
 // #define FS_QAGAME_REF   0x08
 // number of id paks that will never be autodownloaded from baseq3
 #define NUM_ID_PAKS    10 
-#define NUM_SP_PAKS	3
+#define NUM_SP_PAKS	4
 
 #define MAX_FILE_HANDLES    64
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list