summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index bca6708c..933028cd 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -985,12 +985,13 @@ void G_WriteSessionData( void );
//
void G_PrintRotations( void );
void G_AdvanceMapRotation( void );
-qboolean G_StartMapRotation( char *name, qboolean changeMap );
+qboolean G_StartMapRotation( char *name, qboolean advance, qboolean putOnStack );
void G_StopMapRotation( void );
qboolean G_MapRotationActive( void );
void G_InitMapRotations( void );
void G_ShutdownMapRotations( void );
qboolean G_MapExists( char *name );
+void G_ClearRotationStack( void );
//
// g_ptr.c
@@ -1083,7 +1084,8 @@ extern vmCvar_t g_markDeconstruct;
extern vmCvar_t g_debugMapRotation;
extern vmCvar_t g_currentMapRotation;
-extern vmCvar_t g_currentNode;
+extern vmCvar_t g_mapRotationNodes;
+extern vmCvar_t g_mapRotationStack;
extern vmCvar_t g_nextMap;
extern vmCvar_t g_initialMapRotation;
extern vmCvar_t g_chatTeamPrefix;