cleanup dupe
This commit is contained in:
@@ -1311,7 +1311,7 @@ int SongManager::GetNumStepsLoadedFromProfile()
|
||||
|
||||
FOREACH( Steps*, vpAllSteps, ss )
|
||||
{
|
||||
if( (*ss)->GetLoadedFromProfile() != PROFILE_SLOT_INVALID )
|
||||
if( (*ss)->GetLoadedFromProfileSlot() != PROFILE_SLOT_INVALID )
|
||||
iCount++;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user