[iortcw] 287/497: SP: Make sp_pak4 checksum unsigned (currently unchecked)

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:09 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 107baf3339074b1bd73cafb56926d5e8ee1e0826
Author: M4N4T4RMS at gmail.com <M4N4T4RMS at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Thu Jan 29 20:09:43 2015 +0000

    SP: Make sp_pak4 checksum unsigned (currently unchecked)
---
 SP/code/qcommon/files.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SP/code/qcommon/files.c b/SP/code/qcommon/files.c
index c0dfe0d..0d20647 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
-//	4131017020
+//	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
-//	4131017020
+//	4131017020u
 };
 
 // if this is defined, the executable positively won't work with any paks other

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