diff options
-rw-r--r-- | src/game/g_maprotation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c index a202d4be..7da400b8 100644 --- a/src/game/g_maprotation.c +++ b/src/game/g_maprotation.c @@ -684,6 +684,7 @@ void G_AdvanceMapRotation( void ) break; case MCT_ROTATION: + G_SetCurrentMap( nextMap, currentRotation ); G_StartMapRotation( mrc->dest, qtrue ); return; |