Fix compilation.

This commit is contained in:
Andrey Akhmichin 2021-06-07 05:24:30 +05:00
parent f0b649f507
commit 8366cb170c
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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.