This commit is contained in:
Steve Checkoway
2006-07-17 02:59:57 +00:00
parent 649cb46a15
commit 00878e4ef9
+1 -1
View File
@@ -71,7 +71,7 @@ public:
float GetMaxStepDistanceSeconds();
const NoteData &GetNoteData() const { return m_NoteData; }
bool HasNoteField() { return m_pNoteField != NULL; }
bool HasNoteField() const { return m_pNoteField != NULL; }
protected:
void HandleStep( int col, const RageTimer &tm, bool bHeld );