LagCompensation: raise comped entity limit to 256

This commit is contained in:
BotoX 2019-11-13 22:04:36 +01:00
parent 541309b2c6
commit de0a94a256
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ enum
}; };
#define MAX_RECORDS 32 #define MAX_RECORDS 32
#define MAX_ENTITIES 128 #define MAX_ENTITIES 256
//#define DEBUG //#define DEBUG
enum struct LagRecord enum struct LagRecord