New NoteDataUtil to count hold ticks in a NoteData. Significant overhaul to make PossibleDancePoints consider hold ticks, using said function.

This commit is contained in:
Ben "root" Anderson
2013-12-19 23:46:01 -06:00
parent 53d80a8ceb
commit 6dcc227327
5 changed files with 75 additions and 40 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
#include "XmlFile.h"
#include "UnlockManager.h"
#include "SongUtil.h"
#include "NoteData.h"
#include "NoteTypes.h" // ROWS_PER_BEAT
bool StepsCriteria::Matches( const Song *pSong, const Steps *pSteps ) const
{