fix "IsFinalStage" in doesn't return true in course modes
This commit is contained in:
@@ -548,6 +548,9 @@ bool GameState::IsFinalStage() const
|
|||||||
if( PREFSMAN->m_bEventMode )
|
if( PREFSMAN->m_bEventMode )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
if( this->IsCourseMode() )
|
||||||
|
return true;
|
||||||
|
|
||||||
/* This changes dynamically on ScreenSelectMusic as the wheel turns. */
|
/* This changes dynamically on ScreenSelectMusic as the wheel turns. */
|
||||||
int iPredictedStageForCurSong = 1;
|
int iPredictedStageForCurSong = 1;
|
||||||
if( m_pCurSong != NULL )
|
if( m_pCurSong != NULL )
|
||||||
|
|||||||
Reference in New Issue
Block a user