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

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