diff --git a/engine/common/common.h b/engine/common/common.h index 8cb859f6..c3af0c9b 100644 --- a/engine/common/common.h +++ b/engine/common/common.h @@ -138,16 +138,16 @@ typedef enum #define CIN_MAIN 0 #define CIN_LOGO 1 + #if XASH_LOW_MEMORY == 0 #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 - -#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 #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 +#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 // filesystem flags