diff --git a/stepmania/src/OptionsList.cpp b/stepmania/src/OptionsList.cpp index cf19ec9814..4ebe30f8a0 100644 --- a/stepmania/src/OptionsList.cpp +++ b/stepmania/src/OptionsList.cpp @@ -257,6 +257,7 @@ void OptionsList::Open() void OptionsList::Close() { + m_bStartIsDown = false; m_asMenuStack.clear(); this->PlayCommand( "TweenOff" ); }