add stage names for courses
This commit is contained in:
@@ -167,6 +167,9 @@ bool GameState::IsExtraStage2()
|
|||||||
CString GameState::GetStageText()
|
CString GameState::GetStageText()
|
||||||
{
|
{
|
||||||
if( m_bDemonstrationOrJukebox ) return "demo";
|
if( m_bDemonstrationOrJukebox ) return "demo";
|
||||||
|
else if( m_PlayMode == PLAY_MODE_ONI ) return "oni";
|
||||||
|
else if( m_PlayMode == PLAY_MODE_NONSTOP ) return "nonstop";
|
||||||
|
else if( m_PlayMode == PLAY_MODE_ENDLESS ) return "endless";
|
||||||
else if( PREFSMAN->m_bEventMode ) return "event";
|
else if( PREFSMAN->m_bEventMode ) return "event";
|
||||||
else if( IsFinalStage() ) return "final";
|
else if( IsFinalStage() ) return "final";
|
||||||
else if( IsExtraStage() ) return "extra1";
|
else if( IsExtraStage() ) return "extra1";
|
||||||
|
|||||||
Reference in New Issue
Block a user