mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase the length of the player input buffer even more
This commit is contained in:
parent
d6aed61ded
commit
3fd2bb4548
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ applications may follow different packet versions.
|
||||||
// be transmitted.
|
// be transmitted.
|
||||||
|
|
||||||
// Networking and tick handling related.
|
// Networking and tick handling related.
|
||||||
#define BACKUPTICS 96
|
#define BACKUPTICS 1024
|
||||||
#define CLIENTBACKUPTICS 32
|
#define CLIENTBACKUPTICS 32
|
||||||
#define MAXTEXTCMD 256
|
#define MAXTEXTCMD 256
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue