Skip to content
Snippets Groups Projects
Commit 96d246e6 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Ensure wipe_holdframes is cleared when stopping a wipe

parent c411594a
Branches
No related tags found
No related merge requests found
...@@ -562,6 +562,7 @@ void ScreenWipe_Stop(void) ...@@ -562,6 +562,7 @@ void ScreenWipe_Stop(void)
wipe_stopped = false; wipe_stopped = false;
wipe_running = false; wipe_running = false;
wipe_drawmenuontop = false; wipe_drawmenuontop = false;
wipe_holdframes = 0;
if (titlecard.wipe) if (titlecard.wipe)
titlecard.wipe = 0; titlecard.wipe = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment