- moved hw_cvars to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-26 11:38:38 +02:00
commit cf41a0b1fb
34 changed files with 37 additions and 36 deletions

View file

@ -46,7 +46,7 @@
#include "vm.h"
#include "v_palette.h"
#include "r_utility.h"
#include "hwrenderer/utility/hw_cvars.h"
#include "hw_cvars.h"
CVAR(Float, underwater_fade_scalar, 1.0f, CVAR_ARCHIVE) // [Nash] user-settable underwater blend intensity
CVAR( Float, blood_fade_scalar, 1.0f, CVAR_ARCHIVE ) // [SP] Pulled from Skulltag - changed default from 0.5 to 1.0