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 dc4cb2c5e57f83b16c261c0447b1b32183f3b4f4 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Mon Dec 29 22:41:14 2014 +0000 All: Fix cg.intermissionStarted only being enabled at first intermission --- MP/code/game/g_main.c | 2 ++ SP/code/game/g_main.c | 1 + 2 files changed, 3 insertions(+) diff --git a/MP/code/game/g_main.c b/MP/code/game/g_main.c index e034e13..f797c21 100644 --- a/MP/code/game/g_main.c +++ b/MP/code/game/g_main.c @@ -1238,6 +1238,8 @@ void G_InitGame( int levelTime, int randomSeed, int restart ) { } G_RemapTeamShaders(); + + trap_SetConfigstring( CS_INTERMISSION, "" ); } diff --git a/SP/code/game/g_main.c b/SP/code/game/g_main.c index 483d0e8..4e4c811 100644 --- a/SP/code/game/g_main.c +++ b/SP/code/game/g_main.c @@ -1326,6 +1326,7 @@ void G_InitGame( int levelTime, int randomSeed, int restart ) { G_RemapTeamShaders(); + trap_SetConfigstring( CS_INTERMISSION, "" ); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

