Browse Source

lowmemory: increase decals limit

pull/2/head
mittorn 5 years ago
parent
commit
5348046109
  1. 2
      engine/common/common.h

2
engine/common/common.h

@ -142,7 +142,7 @@ typedef enum @@ -142,7 +142,7 @@ typedef enum
#define MAX_STATIC_ENTITIES 3096 // static entities that moved on the client when level is spawn
#if XASH_LOW_MEMORY == 2
#define MAX_DECALS 32 // touching TE_DECAL messages, etc
#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

Loading…
Cancel
Save