From 2edae42822ea781c31c0c099f9072877ef862b1d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 7 May 2017 10:29:11 +0200 Subject: [PATCH] - fixed display of WIPAR lump on Doom intermission screen. --- wadsrc/static/zscript/statscreen/statscreen_sp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/statscreen/statscreen_sp.txt b/wadsrc/static/zscript/statscreen/statscreen_sp.txt index 9603346135..f4def35695 100644 --- a/wadsrc/static/zscript/statscreen/statscreen_sp.txt +++ b/wadsrc/static/zscript/statscreen/statscreen_sp.txt @@ -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); } }