arcade machine changes

This commit is contained in:
Chris Danford
2003-10-17 08:03:46 +00:00
parent 01fbfdd2d2
commit f57aa6c785
7 changed files with 51 additions and 12 deletions
+3
View File
@@ -402,6 +402,9 @@ bool GameState::HasEarnedExtraStage()
if( PREFSMAN->m_bEventMode )
return false;
if( !PREFSMAN->m_bAllowExtraStage )
return false;
if( GAMESTATE->m_PlayMode != PLAY_MODE_ARCADE )
return false;