- reactivated the formatting for the secret hints.

This had to be temporarily disabled for the font switch and wasn't undone afterward.
This commit is contained in:
Christoph Oelckers 2019-03-10 23:29:33 +01:00
parent 561d5a3d8b
commit b605ae5213

View file

@ -1199,16 +1199,12 @@ static void PrintSecretString(const char *string, bool thislevel)
else colstr = TEXTCOLOR_GREEN;
}
}
#if 0
auto brok = V_BreakLines(CurrentConsoleFont, screen->GetWidth()*95/100, string);
for (auto &line : brok)
{
Printf("%s%s\n", colstr, line.Text.GetChars());
}
#else
Printf("%s%s\n", string);
#endif
}
}