[iortcw] 416/497: SP: Update checksum for French version of sp_pak3.pk3

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:39 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 203f8d296d6a744e3b9478b6a7243f7b0b0c164f
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Oct 28 17:33:33 2015 -0400

    SP: Update checksum for French version of sp_pak3.pk3
---
 SP/code/qcommon/files.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/SP/code/qcommon/files.c b/SP/code/qcommon/files.c
index ab2f2af..4270fe4 100644
--- a/SP/code/qcommon/files.c
+++ b/SP/code/qcommon/files.c
@@ -194,12 +194,12 @@ static const unsigned int sppak_checksums[] = {
 static const unsigned int fr_sppak_checksums[] = {
 	2183777857u,
 	3033901371u,
-	483593179u,
+	839012592u,
 	// sp_pak4.pk3 from GOTY edition
 	4131017020u
 };
 
-static const unsigned int es_sppak_checksums[] = {
+static const unsigned int sp_sppak_checksums[] = {
 	652879493u,
 	3033901371u,
 	1162920123u,
@@ -3776,7 +3776,7 @@ static void FS_CheckSPPaks( void )
 				&& strlen(pakBasename) == 7 && !Q_stricmpn( pakBasename, "sp_pak", 6 )
 				&& pakBasename[6] >= '1' && pakBasename[6] <= '1' + NUM_SP_PAKS - 1)
 		{
-			if( curpack->checksum != sppak_checksums[pakBasename[6]-'1'] && curpack->checksum != fr_sppak_checksums[pakBasename[6]-'1'] && curpack->checksum != es_sppak_checksums[pakBasename[6]-'1'] )
+			if( curpack->checksum != sppak_checksums[pakBasename[6]-'1'] && curpack->checksum != fr_sppak_checksums[pakBasename[6]-'1'] && curpack->checksum != sp_sppak_checksums[pakBasename[6]-'1'] )
 			{
 				if(pakBasename[6] == '1')
 				{

-- 
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