diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2010-03-29 16:33:13 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:32 +0000 |
commit | 55004fcab9cc37836ef376f2277de73b553bb982 (patch) | |
tree | 4908964fba38bf4d79c9edc802ef18efe50f6ac4 /src/game/g_local.h | |
parent | 31922eb1d2b923221401e5b7d06775f2899f5055 (diff) |
* Fix handling of invalid userinfo
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 9ee9e043..147a43c4 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -958,7 +958,7 @@ int G_TimeTilSuddenDeath( void ); // g_client.c // char *ClientConnect( int clientNum, qboolean firstTime ); -void ClientUserinfoChanged( int clientNum ); +char *ClientUserinfoChanged( int clientNum ); void ClientDisconnect( int clientNum ); void ClientBegin( int clientNum ); void ClientCommand( int clientNum ); |