LagCompensation: raise comped entity limit to 256
This commit is contained in:
parent
ad09bb338e
commit
28a41a57d6
@ -51,7 +51,7 @@ enum
|
||||
};
|
||||
|
||||
#define MAX_RECORDS 32
|
||||
#define MAX_ENTITIES 128
|
||||
#define MAX_ENTITIES 256
|
||||
//#define DEBUG
|
||||
|
||||
enum struct LagRecord
|
||||
|
Loading…
Reference in New Issue
Block a user