turn \ parsing OFF by default. infact, atm, there is no way of turning it on at run time.

This commit is contained in:
Bill Currie 2000-04-12 08:14:45 +00:00
parent f1caf58413
commit 6cf291e970

View file

@ -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;