mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add max backup commands defines
In R5, its 4 bits for backup commands.
This commit is contained in:
parent
bba1cdd8b2
commit
671528cb2b
@ -4,6 +4,10 @@
|
||||
* _protocol.h
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
||||
// Max number of history commands to send ( 2 by default ) in case of dropped packets
|
||||
#define NUM_BACKUP_COMMAND_BITS 4 // Originally 3 bits.
|
||||
#define MAX_BACKUP_COMMANDS ((1 << NUM_BACKUP_COMMAND_BITS)-1) // 15 in R5; see 'CL_Move'.
|
||||
|
||||
enum class SIGNONSTATE : int
|
||||
{
|
||||
SIGNONSTATE_NONE = 0, // no state yet; about to connect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user