cleanup dupe
This commit is contained in:
@@ -1311,7 +1311,7 @@ int SongManager::GetNumStepsLoadedFromProfile()
|
|||||||
|
|
||||||
FOREACH( Steps*, vpAllSteps, ss )
|
FOREACH( Steps*, vpAllSteps, ss )
|
||||||
{
|
{
|
||||||
if( (*ss)->GetLoadedFromProfile() != PROFILE_SLOT_INVALID )
|
if( (*ss)->GetLoadedFromProfileSlot() != PROFILE_SLOT_INVALID )
|
||||||
iCount++;
|
iCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ public:
|
|||||||
unsigned GetHash() const { return Real()->m_uHash; }
|
unsigned GetHash() const { return Real()->m_uHash; }
|
||||||
CString GetDescription() const { return Real()->m_sDescription; }
|
CString GetDescription() const { return Real()->m_sDescription; }
|
||||||
Difficulty GetDifficulty() const { return Real()->m_Difficulty; }
|
Difficulty GetDifficulty() const { return Real()->m_Difficulty; }
|
||||||
ProfileSlot GetLoadedFromProfile() const { return m_LoadedFromProfile; }
|
|
||||||
int GetMeter() const { return Real()->m_iMeter; }
|
int GetMeter() const { return Real()->m_iMeter; }
|
||||||
const RadarValues& GetRadarValues() const { return Real()->m_CachedRadarValues; }
|
const RadarValues& GetRadarValues() const { return Real()->m_CachedRadarValues; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user