- proper defaults for Blood.

This commit is contained in:
Christoph Oelckers 2020-08-25 00:01:33 +02:00
parent 777bbd4bd8
commit faf23d8ff0

View file

@ -794,6 +794,7 @@ int RunGame()
if (g_gameType & GAMEFLAG_BLOOD) if (g_gameType & GAMEFLAG_BLOOD)
{ {
mus_redbook.SetGenericRepDefault(false, CVAR_Bool); // Blood should default to CD Audio off - all other games must default to on. mus_redbook.SetGenericRepDefault(false, CVAR_Bool); // Blood should default to CD Audio off - all other games must default to on.
am_showlabel.SetGenericRepDefault(true, CVAR_Bool);
} }
if (g_gameType & GAMEFLAG_SW) if (g_gameType & GAMEFLAG_SW)
{ {