Add SYS_MODEL developer flag (8192)

This commit is contained in:
Bill Currie 2012-05-17 13:39:45 +09:00
parent 23284536b5
commit e722352a61
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ void Sys_MaskPrintf (int mask, const char *fmt, ...) __attribute__((format(print
#define SYS_GLT (1|1024)
#define SYS_GLSL (1|2048)
#define SYS_SKIN (1|4096)
#define SYS_MODEL (1|8192)
int Sys_CheckInput (int idle, int net_socket);
const char *Sys_ConsoleInput (void);