downstream intermission wipe bugfix
This commit is contained in:
parent
e1097e6b37
commit
d351b2339b
3 changed files with 2 additions and 3 deletions
|
|
@ -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)";
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -150,9 +150,9 @@ Class SWWMStatScreen : StatusScreen abstract
|
|||
drawStats();
|
||||
break;
|
||||
case ShowNextLoc:
|
||||
case LeavingIntermission:
|
||||
drawShowNextLoc();
|
||||
break;
|
||||
case LeavingIntermission:
|
||||
break;
|
||||
default:
|
||||
drawNoState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue