[iortcw] 386/497: MP: Change route cache version back to 12

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:33 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 6d910eed6ab804c499d631700f7d1d2dcd090c5c
Author: Zack Middleton <zturtleman at gmail.com>
Date:   Fri Jul 31 02:46:45 2015 -0500

    MP: Change route cache version back to 12
    
    The route cache format is the same as version 15 used by SP. Though, it
    occured to me that the reason the version was increase is probably because
    the route generation code changed (which hasn't been ported from SP yet).
    So revert the route cache version to 12.
---
 MP/code/botlib/be_aas_route.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MP/code/botlib/be_aas_route.c b/MP/code/botlib/be_aas_route.c
index a733b41..29d54f1 100644
--- a/MP/code/botlib/be_aas_route.c
+++ b/MP/code/botlib/be_aas_route.c
@@ -938,7 +938,7 @@ typedef struct routecacheheader_s
 } routecacheheader_t;
 
 #define RCID                        ( ( 'C' << 24 ) + ( 'R' << 16 ) + ( 'E' << 8 ) + 'M' )
-#define RCVERSION                   15
+#define RCVERSION                   12
 
 void AAS_DecompressVis( byte *in, int numareas, byte *decompressed );
 int AAS_CompressVis( byte *vis, int numareas, byte *dest );

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