mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- did not save the latest changes.
This commit is contained in:
parent
8bdbd2e915
commit
7ea2f135df
1 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ class StatusScreen abstract play version("2.5")
|
|||
{
|
||||
x = drawNum(fnt, x, y, b, 2, false, color);
|
||||
x -= fnt.StringWidth("/");
|
||||
screen.DrawText (IntermissionFont, color, x, y, "/", nomove? DTA_CleanNoMove : DTA_Clean, true);
|
||||
screen.DrawText (fnt, color, x, y, "/", nomove? DTA_CleanNoMove : DTA_Clean, true);
|
||||
}
|
||||
drawNum (fnt, x, y, p, -1, false, color);
|
||||
}
|
||||
|
@ -383,7 +383,7 @@ class StatusScreen abstract play version("2.5")
|
|||
|
||||
void drawTime (int x, int y, int t, bool no_sucks=false)
|
||||
{
|
||||
drawTimeFont(printFont, x, y, t, Font.CR_UNTRANSLATED);
|
||||
drawTimeFont(IntermissionFont, x, y, t, Font.CR_UNTRANSLATED);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue