mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Increase the length of the player input buffer even more
This commit is contained in:
parent
56cc5190e5
commit
37d2796b91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue