- moved a few parts from g_level.cpp to better fitting places.

This commit is contained in:
Christoph Oelckers 2019-02-23 15:21:54 +01:00
parent 6be073f528
commit ef3e5ef01e
6 changed files with 309 additions and 274 deletions

View file

@ -68,3 +68,7 @@ EXTERN_CVAR(Int, gl_enhanced_nv_stealth)
EXTERN_CVAR(Int, gl_fuzztype)
EXTERN_CVAR(Int, gl_shadowmap_filter)
EXTERN_CVAR(Bool, gl_brightfog)
EXTERN_CVAR(Bool, gl_lightadditivesurfaces)
EXTERN_CVAR(Bool, gl_notexturefill)