2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-09 11:00:08 +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:
fantoro 2023-11-21 22:54:02 +01:00
parent 3f19bc1d3e
commit edc78e4dfd
No known key found for this signature in database
GPG Key ID: AEAC5BEC74C0AF95

View File

@ -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