extra stage only in arcade
This commit is contained in:
@@ -206,6 +206,9 @@ bool GameState::HasEarnedExtraStage()
|
|||||||
if( PREFSMAN->m_bEventMode )
|
if( PREFSMAN->m_bEventMode )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
if( GAMESTATE->m_PlayMode != PLAY_MODE_ARCADE )
|
||||||
|
return false;
|
||||||
|
|
||||||
if( (GAMESTATE->IsFinalStage() || GAMESTATE->IsExtraStage()) )
|
if( (GAMESTATE->IsFinalStage() || GAMESTATE->IsExtraStage()) )
|
||||||
{
|
{
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user