mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 03:40:50 +00:00
- Use isNamWW2GI()
in more places.
This commit is contained in:
parent
aa13b50504
commit
fe652c9348
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ void SetDefaultMenuColors()
|
|||
}
|
||||
else
|
||||
{
|
||||
if (g_gameType & (GAMEFLAG_NAM | GAMEFLAG_NAPALM | GAMEFLAG_WW2GI))
|
||||
if (isNamWW2GI())
|
||||
{
|
||||
OptionSettings.mFontColor = CR_DARKGREEN;
|
||||
OptionSettings.mFontColorHeader = CR_DARKGRAY;
|
||||
|
|
Loading…
Reference in a new issue