SW: Fix widescreen flickering in end of level screen

git-svn-id: https://svn.eduke32.com/eduke32@8310 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-11-26 08:25:03 +00:00 committed by Christoph Oelckers
parent 1a0b363ded
commit f411b72783
1 changed files with 3 additions and 0 deletions

View File

@ -2308,6 +2308,9 @@ void BonusScreen(PLAYERp pp)
}
gStateControl(&State, &Tics);
videoClearViewableArea(0L);
rotatesprite(0, 0, RS_SCALE, 0, 5120, 0, 0, TITLE_ROT_FLAGS, 0, 0, xdim - 1, ydim - 1);
if (UserMapName[0])