mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-25 11:19:39 +01:00
Fix compilation.
This commit is contained in:
parent
f0b649f507
commit
8366cb170c
@ -29,7 +29,7 @@
|
||||
#include "player.h"
|
||||
|
||||
#define TEMP_FOR_SCREEN_SHOTS
|
||||
#if TEMP_FOR_SCREEN_SHOTS //===================================================
|
||||
#if defined(TEMP_FOR_SCREEN_SHOTS) //===================================================
|
||||
|
||||
class CCycler : public CBaseMonster
|
||||
{
|
||||
|
@ -106,7 +106,7 @@ typedef struct
|
||||
// CGraph
|
||||
//=========================================================
|
||||
#define _GRAPH_VERSION_RETAIL 16 // Retail Half-Life graph version. Don't increment this
|
||||
#if XASH_64BIT
|
||||
#if defined(XASH_64BIT)
|
||||
#define _GRAPH_VERSION (16 * 10)
|
||||
#else
|
||||
#define _GRAPH_VERSION (16) // !!!increment this whenever graph/node/link classes change, to obsolesce older disk files.
|
||||
|
Loading…
Reference in New Issue
Block a user