- fixed display of WIPAR lump on Doom intermission screen.

This commit is contained in:
Christoph Oelckers 2017-05-07 10:29:11 +02:00
parent 78b724e280
commit 2edae42822

View file

@ -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);
}
}