mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Increase the length of the player input buffer
This commit is contained in:
parent
75e12f9d9d
commit
04a1f479be
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ basic fields of the packet, and change infrequently.
|
||||||
// be transmitted.
|
// be transmitted.
|
||||||
|
|
||||||
// Networking and tick handling related.
|
// Networking and tick handling related.
|
||||||
#define BACKUPTICS 32
|
#define BACKUPTICS 96
|
||||||
#define MAXTEXTCMD 256
|
#define MAXTEXTCMD 256
|
||||||
//
|
//
|
||||||
// Packet structure
|
// Packet structure
|
||||||
|
|
Loading…
Reference in a new issue