- SW's caption done, too.

In this case the font is squashed to be more narrow because otherwise many texts would not fit anymore.
This commit is contained in:
Christoph Oelckers 2020-10-06 22:01:20 +02:00
parent 5bcb72f7a9
commit 17a68bc60a
5 changed files with 31 additions and 2 deletions

View file

@ -1131,9 +1131,10 @@ void SetDefaultMenuColors()
{
OptionSettings.mFontColorHeader = CR_DARKRED;
OptionSettings.mFontColorHighlight = CR_WHITE;
cls = PClass::FindClass("MenuCustomizerSW");
}
else if (g_gameType & GAMEFLAG_PSEXHUMED)
{
{
OptionSettings.mFontColorHeader = CR_LIGHTBLUE;
OptionSettings.mFontColorHighlight = CR_SAPPHIRE;
OptionSettings.mFontColor = CR_GOLD;