From fdc8c64ab6a24d7d3dc7cd8831e4de498c4b00d4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 5 Feb 2003 18:24:36 +0000 Subject: [PATCH] extra stage only in arcade --- stepmania/src/GameState.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 70384f1419..c8681ae1ac 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -206,6 +206,9 @@ bool GameState::HasEarnedExtraStage() if( PREFSMAN->m_bEventMode ) return false; + if( GAMESTATE->m_PlayMode != PLAY_MODE_ARCADE ) + return false; + if( (GAMESTATE->IsFinalStage() || GAMESTATE->IsExtraStage()) ) { for( int p=0; p