mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't destroy my config file
This commit is contained in:
parent
fb61700f41
commit
bba15645fb
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ static boolean joyaxis_default[4] = {false,false,false,false};
|
||||||
static INT32 joyaxis_count[4] = {0,0,0,0};
|
static INT32 joyaxis_count[4] = {0,0,0,0};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define COM_BUF_SIZE 8192 // command buffer size
|
#define COM_BUF_SIZE 0x4000 // command buffer size, 0x4000 = 16384
|
||||||
#define MAX_ALIAS_RECURSION 100 // max recursion allowed for aliases
|
#define MAX_ALIAS_RECURSION 100 // max recursion allowed for aliases
|
||||||
|
|
||||||
static INT32 com_wait; // one command per frame (for cmd sequences)
|
static INT32 com_wait; // one command per frame (for cmd sequences)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue