mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-30 08:44:31 +00:00
engine: proper order for XASH_LOW_MEMORY definitions
This commit is contained in:
parent
c158771f59
commit
d7b3c7b681
@ -138,16 +138,16 @@ typedef enum
|
|||||||
|
|
||||||
#define CIN_MAIN 0
|
#define CIN_MAIN 0
|
||||||
#define CIN_LOGO 1
|
#define CIN_LOGO 1
|
||||||
|
|
||||||
#if XASH_LOW_MEMORY == 0
|
#if XASH_LOW_MEMORY == 0
|
||||||
#define MAX_DECALS 512 // touching TE_DECAL messages, etc
|
#define MAX_DECALS 512 // touching TE_DECAL messages, etc
|
||||||
#define MAX_STATIC_ENTITIES 3096 // static entities that moved on the client when level is spawn
|
#define MAX_STATIC_ENTITIES 3096 // static entities that moved on the client when level is spawn
|
||||||
|
|
||||||
#elif XASH_LOW_MEMORY == 2
|
|
||||||
#define MAX_DECALS 256 // touching TE_DECAL messages, etc
|
|
||||||
#define MAX_STATIC_ENTITIES 32 // static entities that moved on the client when level is spawn
|
|
||||||
#elif XASH_LOW_MEMORY == 1
|
#elif XASH_LOW_MEMORY == 1
|
||||||
#define MAX_DECALS 512 // touching TE_DECAL messages, etc
|
#define MAX_DECALS 512 // touching TE_DECAL messages, etc
|
||||||
#define MAX_STATIC_ENTITIES 128 // static entities that moved on the client when level is spawn
|
#define MAX_STATIC_ENTITIES 128 // static entities that moved on the client when level is spawn
|
||||||
|
#elif XASH_LOW_MEMORY == 2
|
||||||
|
#define MAX_DECALS 256 // touching TE_DECAL messages, etc
|
||||||
|
#define MAX_STATIC_ENTITIES 32 // static entities that moved on the client when level is spawn
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// filesystem flags
|
// filesystem flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user