From dc24f5e727010891240bde278d3990a01f9ecd0c Mon Sep 17 00:00:00 2001 From: fantoro Date: Wed, 22 Nov 2023 13:48:08 +0100 Subject: [PATCH] Increase `NUM_EDICTS` from 900 to 1200. --- rehlds/engine/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/engine/server.h b/rehlds/engine/server.h index 5fda2c1b..a7118244 100644 --- a/rehlds/engine/server.h +++ b/rehlds/engine/server.h @@ -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"