From shakesoda's fork: 24 steps now, not 56.

The reasoning makes sense: easier charts.

Maybe this should become a more flexible value based on the
difficulty in the future.
This commit is contained in:
Jason Felds
2011-07-27 18:59:05 -04:00
parent 2e35024cfb
commit 96c65a1249
+1 -1
View File
@@ -39,7 +39,7 @@ public:
static void GetSyncChangeTextSong( vector<RString> &vsAddTo );
/** @brief The minimum number of steps to hit for syncing purposes. */
static const int OFFSET_SAMPLE_COUNT = 56;
static const int OFFSET_SAMPLE_COUNT = 24;
static float s_fAutosyncOffset[OFFSET_SAMPLE_COUNT];
static int s_iAutosyncOffsetSample;