mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-09 19:10:07 +03:00
Increase MAX_PACKET_ENTITES
from 256 to 1024.
Increase packet entity limit for compatibility with the 25th anniversary update's maps
This commit is contained in:
parent
3f19bc1d3e
commit
edc78e4dfd
@ -39,6 +39,6 @@ constexpr auto MAX_LIGHTSTYLE_SIZE = size_t{64};
|
||||
#define MAX_BASE_DECALS (1<<MAX_DECAL_INDEX_BITS)
|
||||
|
||||
#define MAX_EVENTS 256
|
||||
#define MAX_PACKET_ENTITIES 256 // 256 visible entities per frame
|
||||
#define MAX_PACKET_ENTITIES 1024 // 1024 visible entities per frame
|
||||
|
||||
#endif // QLIMITS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user