From e0e5f18ca937058173e65d444612bd7e6422943f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 21 Apr 2003 22:55:46 +0000 Subject: [PATCH] don't show message when not in ASK mode --- stepmania/src/ScreenPlayerOptions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenPlayerOptions.cpp b/stepmania/src/ScreenPlayerOptions.cpp index 6091be303e..71d6adea55 100644 --- a/stepmania/src/ScreenPlayerOptions.cpp +++ b/stepmania/src/ScreenPlayerOptions.cpp @@ -300,6 +300,7 @@ void ScreenPlayerOptions::Input( const DeviceInput& DeviceI, const InputEventTyp void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM ) { + if(PREFSMAN->m_ShowSongOptions == PrefsManager::ASK) switch( SM ) { case SM_BeginFadingOut: // when the user accepts the page of options