mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-15 00:42:20 +00:00
- 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:
parent
561d5a3d8b
commit
b605ae5213
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue