- continued work on main loop - added a few new entry points to the game interface.

This commit is contained in:
Christoph Oelckers 2020-08-30 00:55:49 +02:00
parent c0ebe3e08b
commit d49aedacea
26 changed files with 566 additions and 322 deletions

View file

@ -58,7 +58,7 @@
CVAR(Bool, gl_scale_viewport, true, CVAR_ARCHIVE);
EXTERN_CVAR(Int, vid_maxfps)
CVAR(Bool, cl_capfps, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
EXTERN_CVAR(Bool, cl_capfps)
EXTERN_CVAR(Int, screenblocks)
//==========================================================================