From c9842df053c4411b141ceb4d12f821704bd21792 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 22 Mar 2006 05:07:21 +0000 Subject: [PATCH] require one sample for every note on SGSyncMachine. There's no reason why the player should miss now that there's a 4 beat 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 48127f0a89..4770e2cd68 100644 --- a/stepmania/src/AdjustSync.h +++ b/stepmania/src/AdjustSync.h @@ -3,7 +3,7 @@ class TimingData; -const int SAMPLE_COUNT = 25; +const int SAMPLE_COUNT = 28; class AdjustSync {