summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2009-10-03 12:25:16 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:56 +0000
commit128465097ee6fbba8670ccb27a40dc1074a3ea95 (patch)
tree8ab8bf47fd8ecbdc2451684930df81353805fc15 /src/game/g_local.h
parent788fdf35246001ba4178dcac7665954479871f48 (diff)
* Move some server commands into game and refactor game commands
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index c9a01b1b..7d7dd725 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -677,6 +677,7 @@ void G_FollowLockView( gentity_t *ent );
qboolean G_FollowNewClient( gentity_t *ent, int dir );
void G_ToggleFollow( gentity_t *ent );
void G_MatchOnePlayer( int *plist, int num, char *err, int len );
+int G_ClientNumberFromString( char *s );
int G_ClientNumbersFromString( char *s, int *plist, int max );
int G_SayArgc( void );
qboolean G_SayArgv( int n, char *buffer, int bufferLength );
@@ -1057,7 +1058,7 @@ typedef struct mapRotations_s
} mapRotations_t;
void G_PrintRotations( void );
-qboolean G_AdvanceMapRotation( void );
+void G_AdvanceMapRotation( void );
qboolean G_StartMapRotation( char *name, qboolean changeMap );
void G_StopMapRotation( void );
qboolean G_MapRotationActive( void );