mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
1a0b363ded
commit
f411b72783
1 changed files with 3 additions and 0 deletions
|
@ -2308,6 +2308,9 @@ void BonusScreen(PLAYERp pp)
|
||||||
}
|
}
|
||||||
|
|
||||||
gStateControl(&State, &Tics);
|
gStateControl(&State, &Tics);
|
||||||
|
|
||||||
|
videoClearViewableArea(0L);
|
||||||
|
|
||||||
rotatesprite(0, 0, RS_SCALE, 0, 5120, 0, 0, TITLE_ROT_FLAGS, 0, 0, xdim - 1, ydim - 1);
|
rotatesprite(0, 0, RS_SCALE, 0, 5120, 0, 0, TITLE_ROT_FLAGS, 0, 0, xdim - 1, ydim - 1);
|
||||||
|
|
||||||
if (UserMapName[0])
|
if (UserMapName[0])
|
||||||
|
|
Loading…
Reference in a new issue