diff options
Diffstat (limited to 'source/cl_local.h')
-rw-r--r-- | source/cl_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_local.h b/source/cl_local.h index bebd898..a03112f 100644 --- a/source/cl_local.h +++ b/source/cl_local.h @@ -504,7 +504,7 @@ void CL_ClientCommand( const char *string ); void CL_UpdateLocalFovSetting( void ); void CL_FillAPI( clientAPI_t *api ); void CL_SendRcon( const netadr_t *adr, const char *pass, const char *cmd ); -const char *CL_Connect_g( const char *partial, int state ); +const char *CL_Server_g( const char *partial, int argnum, int state ); // // cl_input |