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 d6aed61ded
commit 3fd2bb4548

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
//