- fixed: Compiler error in hardware.cpp (vid_forceddraw)

This commit is contained in:
Rachael Alexanderson 2016-10-21 18:18:48 -04:00
parent 16fded31e1
commit 11a98bec7e
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ EXTERN_CVAR (Bool, ticker)
EXTERN_CVAR (Bool, fullscreen)
EXTERN_CVAR (Bool, swtruecolor)
EXTERN_CVAR (Float, vid_winscale)
EXTERN_CVAR (Bool, vid_forceddraw)
CVAR(Int, win_x, -1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Int, win_y, -1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)