From 96c65a1249f7490c64272c99a50cb635f2387288 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 27 Jul 2011 18:59:05 -0400 Subject: [PATCH] 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. --- src/AdjustSync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdjustSync.h b/src/AdjustSync.h index e6da6d1997..f2257c8f5e 100644 --- a/src/AdjustSync.h +++ b/src/AdjustSync.h @@ -39,7 +39,7 @@ public: static void GetSyncChangeTextSong( vector &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;