mirror of
https://github.com/rehlds/rehlds.git
synced 2025-02-27 14:01:18 +03:00
Increased limit leafs MAX_MAP_LEAFS up to 32767
This commit is contained in:
parent
14b56e0514
commit
5e8b0ba616
@ -32,7 +32,7 @@
|
||||
#define HLBSP_VERSION 30 // half-life regular version
|
||||
|
||||
#define MAX_MAP_HULLS 4
|
||||
#define MAX_MAP_LEAFS 8192 // signed short limit
|
||||
#define MAX_MAP_LEAFS 32767 // signed short limit
|
||||
|
||||
#define CONTENTS_ORIGIN -7 // removed at csg time
|
||||
#define CONTENTS_CLIP -8 // changed to contents_solid
|
||||
|
Loading…
x
Reference in New Issue
Block a user