mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
turn \ parsing OFF by default. infact, atm, there is no way of turning it on at run time.
This commit is contained in:
parent
f1caf58413
commit
6cf291e970
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
#include <console.h>
|
||||
#include <cmd.h>
|
||||
|
||||
int com_no_escapes = 0;
|
||||
int com_no_escapes = 1;
|
||||
char com_token[1024];
|
||||
qboolean standard_quake = true, rogue, hipnotic;
|
||||
qboolean msg_suppress_1 = 0;
|
||||
|
|
Loading…
Reference in a new issue