From de4b978da3bf754871a99e7f23d20d3e029f9b09 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 16 Mar 2006 21:56:03 +0000 Subject: [PATCH] lower sample count because of 4 beats lead-in --- stepmania/src/AdjustSync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/AdjustSync.h b/stepmania/src/AdjustSync.h index d9d21e38d4..9b356e5724 100644 --- a/stepmania/src/AdjustSync.h +++ b/stepmania/src/AdjustSync.h @@ -3,7 +3,7 @@ class TimingData; -const int SAMPLE_COUNT = 30; +const int SAMPLE_COUNT = 25; class AdjustSync {