diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 4e4fb523..625baa71 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1088,10 +1088,8 @@ void G_InitMapRotations( void ); // void G_UpdatePTRConnection( gclient_t *client ); connectionRecord_t *G_GenerateNewConnection( gclient_t *client ); -qboolean G_VerifyPTRC( int code ); void G_ResetPTRConnections( void ); connectionRecord_t *G_FindConnectionForCode( int code ); -void G_DeletePTRConnection( connectionRecord_t *connection ); //some maxs |