From cfc8ccd72575b0d070e92c5c149d95ee131ace0c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 18 Apr 2004 21:53:15 +0000 Subject: [PATCH] add GetLoadedFromProfile() --- stepmania/src/Steps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Steps.h b/stepmania/src/Steps.h index 0dc48c6525..44b9f33d10 100644 --- a/stepmania/src/Steps.h +++ b/stepmania/src/Steps.h @@ -39,6 +39,7 @@ public: bool WasLoadedFromProfile() const { return m_LoadedFromProfile != PROFILE_SLOT_INVALID; } 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_RadarValues; }