From 42d69401ccb0bc9d340d12fd659cf2d5d6993340 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 18 Mar 2007 17:50:23 +0000 Subject: [PATCH] clear start on close --- stepmania/src/OptionsList.cpp | 1 + 1 file changed, 1 insertion(+) 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" ); }