diff options
author | /dev/humancontroller <devhc@example.com> | 2015-06-08 14:45:35 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:15 +0100 |
commit | 0b0e4c0db6886b98fcd593c3ca496e75c24b8a1e (patch) | |
tree | 7a353751f1d2a713d4140fda8afb21e881d453f9 /src/game/g_local.h | |
parent | 639639c22d45eda949809446e4c29e0ed4c7d290 (diff) |
fix up G_MapExists(), and use it more
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
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 ); |