mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- proper defaults for Blood.
This commit is contained in:
parent
777bbd4bd8
commit
faf23d8ff0
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue