Pass release to Step(). Doesn't do anything yet.

This commit is contained in:
Steve Checkoway
2006-08-14 09:09:24 +00:00
parent a839f8cfa6
commit 45db2de31d
4 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ public:
void Load();
void CrossedRow( int iNoteRow, const RageTimer &now );
void CrossedMineRow( int iNoteRow, const RageTimer &now );
void Step( int col, int row, const RageTimer &tm, bool bHeld = false );
void Step( int col, int row, const RageTimer &tm, bool bHeld, bool bRelease );
void RandomizeNotes( int iNoteRow );
void FadeToFail();
void CacheAllUsedNoteSkins();