cleanup dupe

This commit is contained in:
Glenn Maynard
2005-07-29 00:03:12 +00:00
parent a56b7ac59b
commit 6eaf073366
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1311,7 +1311,7 @@ int SongManager::GetNumStepsLoadedFromProfile()
FOREACH( Steps*, vpAllSteps, ss )
{
if( (*ss)->GetLoadedFromProfile() != PROFILE_SLOT_INVALID )
if( (*ss)->GetLoadedFromProfileSlot() != PROFILE_SLOT_INVALID )
iCount++;
}
}
-1
View File
@@ -38,7 +38,6 @@ public:
unsigned GetHash() const { return Real()->m_uHash; }
CString GetDescription() const { return Real()->m_sDescription; }
Difficulty GetDifficulty() const { return Real()->m_Difficulty; }
ProfileSlot GetLoadedFromProfile() const { return m_LoadedFromProfile; }
int GetMeter() const { return Real()->m_iMeter; }
const RadarValues& GetRadarValues() const { return Real()->m_CachedRadarValues; }