summaryrefslogtreecommitdiff
path: root/src/game/g_maprotation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_maprotation.c')
-rw-r--r--src/game/g_maprotation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c
index 2de77f0..03f5c34 100644
--- a/src/game/g_maprotation.c
+++ b/src/game/g_maprotation.c
@@ -762,8 +762,8 @@ void G_PrintCurrentRotation( gentity_t *ent, const char *command )
if( g_nextMap.string[ 0 ] )
ADMBP( va( "^3the next map has been set to %s\n", g_nextMap.string ) );
- if( g_nextLayout.string[ 0 ] )
- ADMBP( va( "^3the next layout has been set to %s\n", g_nextLayout.string ) );
+ if( g_layouts.string[ 0 ] )
+ ADMBP( va( "^3the next layout has been set to %s\n", g_layouts.string ) );
ADMBP_end( );
}