diff options
Diffstat (limited to 'src/game/g_maprotation.c')
-rw-r--r-- | src/game/g_maprotation.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c index 81c1a410..be4d5068 100644 --- a/src/game/g_maprotation.c +++ b/src/game/g_maprotation.c @@ -479,6 +479,9 @@ static void G_IssueMapChange( int rotation ) trap_SendConsoleCommand( EXEC_APPEND, va( "map %s\n", mapRotations.rotations[ rotation ].maps[ map ].name ) ); + // load up map defaults if g_mapConfigs is set + G_MapConfigs( ); + for( i = 0; i < mapRotations.rotations[ rotation ].maps[ map ].numCmds; i++ ) { Q_strncpyz( cmd, mapRotations.rotations[ rotation ].maps[ map ].postCmds[ i ], |