arcade machine changes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user