mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
MAXTEXTCMD -> 512
Fixes 4P XD_ADDPLAYER
This commit is contained in:
parent
039a73ce64
commit
801deafa96
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ applications may follow different packet versions.
|
||||||
// Networking and tick handling related.
|
// Networking and tick handling related.
|
||||||
#define BACKUPTICS 512 // more than enough for most timeouts....
|
#define BACKUPTICS 512 // more than enough for most timeouts....
|
||||||
#define CLIENTBACKUPTICS 32
|
#define CLIENTBACKUPTICS 32
|
||||||
#define MAXTEXTCMD 256
|
#define MAXTEXTCMD 512
|
||||||
|
|
||||||
// No. of tics your controls can be delayed by.
|
// No. of tics your controls can be delayed by.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue