Browse Source

Fix compilation.

hl_urbicide
Andrey Akhmichin 4 years ago
parent
commit
8366cb170c
  1. 2
      dlls/h_cycler.cpp
  2. 2
      dlls/nodes.h

2
dlls/h_cycler.cpp

@ -29,7 +29,7 @@ @@ -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
{

2
dlls/nodes.h

@ -106,7 +106,7 @@ typedef struct @@ -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…
Cancel
Save