mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed display of WIPAR lump on Doom intermission screen.
This commit is contained in:
parent
78b724e280
commit
2edae42822
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class DoomStatusScreen : StatusScreen
|
|||
|
||||
if (wbs.partime)
|
||||
{
|
||||
screen.DrawTexture (Par, 160 + SP_TIMEX, SP_TIMEY, DTA_Clean, true);
|
||||
screen.DrawTexture (Par, true, 160 + SP_TIMEX, SP_TIMEY, DTA_Clean, true);
|
||||
drawTime (320 - SP_TIMEX, SP_TIMEY, cnt_par);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue