mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-24 08:51:58 +00:00
Borland fix to get it compile.
This commit is contained in:
parent
c038f1f713
commit
3795744f0a
1 changed files with 2 additions and 2 deletions
|
@ -48,6 +48,6 @@ extern cvar_t scr_viewsize;
|
|||
extern int scr_copytop;
|
||||
extern int scr_copyeverything;
|
||||
|
||||
qboolean scr_skipupdate;
|
||||
extern qboolean scr_skipupdate;
|
||||
|
||||
qboolean block_drawing;
|
||||
extern qboolean block_drawing;
|
||||
|
|
Loading…
Reference in a new issue