- 2D drawer cleanup.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:46:57 +02:00
commit b18faacab0
36 changed files with 1032 additions and 1147 deletions

View file

@ -979,7 +979,7 @@ static void PrintSecretString(const char *string, bool thislevel)
else colstr = TEXTCOLOR_GREEN;
}
}
auto brok = V_BreakLines(CurrentConsoleFont, screen->GetWidth()*95/100, string);
auto brok = V_BreakLines(CurrentConsoleFont, twod->GetWidth()*95/100, string);
for (auto &line : brok)
{