Fixed up both KIU and DM support: the current behavior is as good as it will be without other changes outside of these files.

This commit is contained in:
Jason Felds
2006-07-22 20:53:26 +00:00
parent ba79c0bc88
commit 26173fd639
2 changed files with 54 additions and 45 deletions
+3 -3
View File
@@ -26,9 +26,9 @@ private:
bool m_bBPMChangeNeeded;
bool m_bBPMStopNeeded;
bool m_bTickChangeNeeded;
int m_bTickCount;
float m_bCurBeat;
vector<RString> m_bNoteRows;
int m_iTickCount;
float m_fCurBeat;
vector<RString> m_vNoteRows;
};