From 5b88710c7bd30a70f5739b6a164765e6ace11e4a Mon Sep 17 00:00:00 2001 From: Angela Stefanski Date: Fri, 15 Nov 2002 23:10:19 +0000 Subject: [PATCH] Updated for bug 626184 - no longer will go to evaluation screen after playing 0 length steps in demo. --- stepmania/src/ScreenGameplay.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index cb21665064..01efd93029 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1136,7 +1136,11 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM ) // received while STATE_DANCING case SM_NotesEnded: { - // save any statistics + if( GAMESTATE->m_bDemonstration ) // Don't show "CLEARED" in Demo + { + this->SendScreenMessage( SM_BeginFadingToTitleMenu, 0 ); + } + // save any statistics for( int p=0; pIsPlayerEnabled(p) )