- cleaned up c_console.cpp to be moved into 'common'.

This commit is contained in:
Christoph Oelckers 2020-10-25 12:18:06 +01:00
commit f912712f9d
11 changed files with 409 additions and 294 deletions

View file

@ -86,7 +86,6 @@ EXTERN_CVAR (Bool, am_showitems)
EXTERN_CVAR (Bool, am_showtime)
EXTERN_CVAR (Bool, am_showtotaltime)
EXTERN_CVAR (Bool, noisedebug)
EXTERN_CVAR (Int, con_scaletext)
EXTERN_CVAR(Bool, vid_fps)
EXTERN_CVAR(Bool, inter_subtitles)
EXTERN_CVAR(Bool, ui_screenborder_classic_scaling)