Increase the length of the player input buffer even more

This commit is contained in:
Louis-Antoine 2020-05-18 12:35:55 +02:00
parent 56cc5190e5
commit 37d2796b91

View file

@ -33,7 +33,7 @@ applications may follow different packet versions.
// be transmitted.
// Networking and tick handling related.
#define BACKUPTICS 96
#define BACKUPTICS 1024
#define CLIENTBACKUPTICS 32
#define MAXTEXTCMD 256
//