- make testnewrenderer persistent.

This commit is contained in:
Christoph Oelckers 2021-05-06 18:12:23 +02:00
parent 3fce8ab693
commit 34a5fb5a6a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ int pm_smoothratio;
// For testing - will be removed later.
CVAR(Int, skytile, 0, 0)
CVAR(Bool, testnewrenderer, false, 0)
CVAR(Bool, testnewrenderer, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
extern fixed_t global100horiz; // (-100..300)-scale horiz (the one passed to drawrooms)
static vec3_t spritesxyz[MAXSPRITESONSCREEN + 1];