From d351b2339b9bf7675f07fa37fe79aeb7546897ba Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Sat, 6 Jun 2020 14:05:19 +0200 Subject: [PATCH] downstream intermission wipe bugfix --- language.version | 2 +- menudef.txt | 1 - zscript/swwm_inter.zsc | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/language.version b/language.version index 51b18fa67..a6ef297af 100644 --- a/language.version +++ b/language.version @@ -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)"; diff --git a/menudef.txt b/menudef.txt index 7cfb7d104..2d7cd75e7 100644 --- a/menudef.txt +++ b/menudef.txt @@ -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" diff --git a/zscript/swwm_inter.zsc b/zscript/swwm_inter.zsc index 78c92f0ae..65b171815 100644 --- a/zscript/swwm_inter.zsc +++ b/zscript/swwm_inter.zsc @@ -150,9 +150,9 @@ Class SWWMStatScreen : StatusScreen abstract drawStats(); break; case ShowNextLoc: + case LeavingIntermission: drawShowNextLoc(); break; - case LeavingIntermission: break; default: drawNoState();