mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 12:31:32 +00:00
Ensure wipe_holdframes is cleared when stopping a wipe
This commit is contained in:
parent
c411594ab2
commit
96d246e6ae
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ void ScreenWipe_Stop(void)
|
|||
wipe_stopped = false;
|
||||
wipe_running = false;
|
||||
wipe_drawmenuontop = false;
|
||||
wipe_holdframes = 0;
|
||||
|
||||
if (titlecard.wipe)
|
||||
titlecard.wipe = 0;
|
||||
|
|
Loading…
Reference in a new issue