This commit is contained in:
Glenn Maynard
2007-05-11 21:52:13 +00:00
parent 9337c56616
commit f89bd561fc
+1
View File
@@ -94,6 +94,7 @@ public:
m_Current = m_[level];
}
const T &Get( ModsLevel l ) const { return m_[l]; }
const T &GetPreferred() const { return m_[ModsLevel_Preferred]; }
const T &GetStage() const { return m_[ModsLevel_Stage]; }
const T &GetSong() const { return m_[ModsLevel_Song]; }