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