- proper defaults for Blood.

This commit is contained in:
Christoph Oelckers 2020-08-25 00:01:33 +02:00
parent 777bbd4bd8
commit faf23d8ff0
1 changed files with 1 additions and 0 deletions

View File

@ -794,6 +794,7 @@ int RunGame()
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.
am_showlabel.SetGenericRepDefault(true, CVAR_Bool);
}
if (g_gameType & GAMEFLAG_SW)
{