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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 7aaf3bf4..a55561ea 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1037,8 +1037,9 @@ void G_WriteSessionData( void );
// g_maprotation.c
//
void G_PrintRotations( void );
-void G_AdvanceMapRotation( void );
-qboolean G_StartMapRotation( char *name, qboolean advance, qboolean putOnStack );
+void G_AdvanceMapRotation( int depth );
+qboolean G_StartMapRotation( char *name, qboolean advance,
+ qboolean putOnStack, qboolean reset_index, int depth );
void G_StopMapRotation( void );
qboolean G_MapRotationActive( void );
void G_InitMapRotations( void );