Don't use GetSteps with the really long parameter list absolutely necessary.
This commit is contained in:
Chris Danford
2004-11-24 16:25:47 +00:00
parent 0b64a246f9
commit 8fe7c75a9a
7 changed files with 74 additions and 40 deletions
+1 -1
View File
@@ -1206,7 +1206,7 @@ void SongManager::LoadAllFromProfiles()
continue;
}
SMLoader::LoadEdit( fn, (ProfileSlot) s );
SMLoader::LoadEdit( fn, s );
}
}