From 8327fcbc4e550cb7c78c5b14eb7ac0f1b5d7af0c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 15 Nov 2002 23:26:32 +0000 Subject: [PATCH] Don't do the other stuff when coming out of demonstration prematurely, either. --- stepmania/src/ScreenGameplay.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 01efd93029..24b8289036 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1139,8 +1139,10 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM ) if( GAMESTATE->m_bDemonstration ) // Don't show "CLEARED" in Demo { this->SendScreenMessage( SM_BeginFadingToTitleMenu, 0 ); + return; } - // save any statistics + + // save any statistics for( int p=0; pIsPlayerEnabled(p) )