summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 4f4423d4..ac94cab6 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -600,7 +600,6 @@ void G_InitGame( int levelTime, int randomSeed, int restart )
&level.clients[ 0 ].ps, sizeof( level.clients[ 0 ] ) );
trap_SetConfigstring( CS_INTERMISSION, "0" );
- trap_SetConfigstring( CS_WINNER, "" );
// test to see if a custom buildable layout will be loaded
G_LayoutSelect( );
@@ -688,6 +687,7 @@ void G_ShutdownGame( int restart )
level.restarted = qfalse;
level.surrenderTeam = PTE_NONE;
+ trap_SetConfigstring( CS_WINNER, "" );
}