From faf23d8ff0177fb63a8af5b0cda3e290f2c6c1d3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 25 Aug 2020 00:01:33 +0200 Subject: [PATCH] - proper defaults for Blood. --- source/core/gamecontrol.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/gamecontrol.cpp b/source/core/gamecontrol.cpp index 09a5677bb..8ece80e17 100644 --- a/source/core/gamecontrol.cpp +++ b/source/core/gamecontrol.cpp @@ -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) {