mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 09:51:15 +00:00
Increase the length of the player input buffer
This commit is contained in:
parent
cb2528ccc8
commit
ad1b4066d9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ basic fields of the packet, and change infrequently.
|
|||
// be transmitted.
|
||||
|
||||
// Networking and tick handling related.
|
||||
#define BACKUPTICS 32
|
||||
#define BACKUPTICS 96
|
||||
#define MAXTEXTCMD 256
|
||||
//
|
||||
// Packet structure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue