Ensure wipe_holdframes is cleared when stopping a wipe

This commit is contained in:
Lactozilla 2023-12-27 18:22:16 -03:00
parent c411594ab2
commit 96d246e6ae

View file

@ -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;