Don't destroy my config file

This commit is contained in:
Hannu Hanhi 2020-04-12 02:18:12 +03:00
parent 92d320be72
commit 1efa95bb33
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ static boolean joyaxis_default[4] = {false,false,false,false};
static INT32 joyaxis_count[4] = {0,0,0,0};
#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
static INT32 com_wait; // one command per frame (for cmd sequences)