name cleanup: PLAY_MODE_ARCADE -> PLAY_MODE_REGULAR

This commit is contained in:
Chris Danford
2004-06-11 06:05:35 +00:00
parent ae65e34dbd
commit 51366df8cc
15 changed files with 35 additions and 37 deletions
+1
View File
@@ -1187,6 +1187,7 @@ bool Song::IsEasy( StepsType st ) const
bool Song::IsTutorial() const
{
// A Song is a tutorial song is it has only Beginner steps.
FOREACH_CONST( Steps*, m_vpSteps, s )
{
if( (*s)->m_StepsType == STEPS_TYPE_LIGHTS_CABINET )