downstream intermission wipe bugfix

This commit is contained in:
Mari the Deer 2020-06-06 14:05:19 +02:00
commit d351b2339b
3 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\cxSWWM GZ\c- r312 (Fri 5 Jun 21:21:57 CEST 2020)";
SWWM_MODVER="\cxSWWM GZ\c- r313 (Sat 6 Jun 14:05:19 CEST 2020)";

View file

@ -145,7 +145,6 @@ OptionMenu "SWWMCreditsMenu"
StaticText "Corey Hectus", "Gold"
StaticText "Dac", "Gold"
StaticText "Pietro Gagliardi", "Gold"
StaticText "Artem Bashev", "Gold"
StaticText "Xada Xephron", "Gold"
StaticText "Zard1084", "Gold"
StaticText "NekoMithos", "Gold"

View file

@ -150,9 +150,9 @@ Class SWWMStatScreen : StatusScreen abstract
drawStats();
break;
case ShowNextLoc:
case LeavingIntermission:
drawShowNextLoc();
break;
case LeavingIntermission:
break;
default:
drawNoState();