mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-12 23:54:07 +00:00
Finally fix missionpack compiling for STANDALONE=1, yes, this is tested.
This commit is contained in:
parent
f5759d3c68
commit
3b40467599
2 changed files with 2 additions and 3 deletions
|
@ -456,9 +456,7 @@ int CL_GetPingQueueCount( void );
|
||||||
|
|
||||||
void CL_ShutdownRef( void );
|
void CL_ShutdownRef( void );
|
||||||
void CL_InitRef( void );
|
void CL_InitRef( void );
|
||||||
#ifndef STANDALONE
|
|
||||||
qboolean CL_CDKeyValidate( const char *key, const char *checksum );
|
qboolean CL_CDKeyValidate( const char *key, const char *checksum );
|
||||||
#endif
|
|
||||||
int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen );
|
int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen );
|
||||||
|
|
||||||
qboolean CL_CheckPaused(void);
|
qboolean CL_CheckPaused(void);
|
||||||
|
|
|
@ -37,7 +37,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#else
|
#else
|
||||||
#define PRODUCT_NAME "ioq3"
|
#define PRODUCT_NAME "ioq3"
|
||||||
#define BASEGAME "baseq3"
|
#define BASEGAME "baseq3"
|
||||||
#define BASETA "missionpack"
|
|
||||||
#define CLIENT_WINDOW_TITLE "ioquake3"
|
#define CLIENT_WINDOW_TITLE "ioquake3"
|
||||||
#define CLIENT_WINDOW_MIN_TITLE "ioq3"
|
#define CLIENT_WINDOW_MIN_TITLE "ioq3"
|
||||||
#define GAMENAME_FOR_MASTER "Quake3Arena"
|
#define GAMENAME_FOR_MASTER "Quake3Arena"
|
||||||
|
@ -45,6 +44,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define FLATLINE_FOR_MASTER HEARTBEAT_FOR_MASTER
|
#define FLATLINE_FOR_MASTER HEARTBEAT_FOR_MASTER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define PRODUCT_VERSION "1.35"
|
#define PRODUCT_VERSION "1.35"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue