extra stage only in arcade

This commit is contained in:
Glenn Maynard
2003-02-05 18:24:36 +00:00
parent 15367b3677
commit fdc8c64ab6
+3
View File
@@ -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<NUM_PLAYERS; p++ )