2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-03-26 20:28:59 +03:00

Increase NUM_EDICTS from 900 to 1200.

This commit is contained in:
fantoro 2023-11-22 13:48:08 +01:00
parent edc78e4dfd
commit dc24f5e727
No known key found for this signature in database
GPG Key ID: AEAC5BEC74C0AF95

View File

@ -31,7 +31,7 @@
#include "maintypes.h"
// TODO: I think this defines must be in /common/
const int NUM_EDICTS = 900;
const int NUM_EDICTS = 1200;
const int MAX_NAME = 32;
#include "custom_int.h"