Finally fix missionpack compiling for STANDALONE=1, yes, this is tested.

This commit is contained in:
Thilo Schulz 2011-02-09 00:42:54 +00:00
parent f5759d3c68
commit 3b40467599
2 changed files with 2 additions and 3 deletions

View file

@ -456,9 +456,7 @@ int CL_GetPingQueueCount( void );
void CL_ShutdownRef( void );
void CL_InitRef( void );
#ifndef STANDALONE
qboolean CL_CDKeyValidate( const char *key, const char *checksum );
#endif
int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen );
qboolean CL_CheckPaused(void);