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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 693b5bb1..262eb138 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1071,7 +1071,7 @@ void G_StopMapRotation( void );
qboolean G_MapRotationActive( void );
void G_InitMapRotations( void );
void G_ShutdownMapRotations( void );
-qboolean G_MapExists( char *name );
+qboolean G_MapExists( const char *name );
void G_ClearRotationStack( void );
void G_PerformMapRestart( void );
void G_PerformMapChange( const char *map );