mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
fixed external ref to scr_skipupdate
This commit is contained in:
parent
d2f2670436
commit
6fb48ec9e5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const char *gl_version;
|
|||
const char *gl_extensions;
|
||||
|
||||
qboolean DDActive;
|
||||
extern qboolean scr_skipupdate;
|
||||
qboolean scr_skipupdate;
|
||||
|
||||
static vmode_t modelist[MAX_MODE_LIST];
|
||||
static int nummodes;
|
||||
|
|
Loading…
Reference in a new issue