mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
Add SYS_MODEL developer flag (8192)
This commit is contained in:
parent
23284536b5
commit
e722352a61
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue