simplify, fix fallback, fix lights transform not being run

This commit is contained in:
Glenn Maynard
2004-07-17 20:17:25 +00:00
parent b7799ccd0a
commit 093b507d25
2 changed files with 18 additions and 25 deletions
+3
View File
@@ -1093,6 +1093,9 @@ void Song::AddAutoGenNotes()
/* If m_bAutogenSteps is disabled, only autogen lights. */
if( !PREFSMAN->m_bAutogenSteps && stMissing != STEPS_TYPE_LIGHTS_CABINET )
continue;
/* XXX: disable lights autogen for now */
if( stMissing == STEPS_TYPE_LIGHTS_CABINET )
continue;
// missing Steps of this type
int iNumTracksOfMissing = GAMEMAN->StepsTypeToNumTracks(stMissing);