diff --git a/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm b/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm index 24ef380258..ec43c3430b 100644 --- a/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm +++ b/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm @@ -37,34 +37,62 @@ 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 3 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 4 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 5 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 6 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 7 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 8 1000 0001 1000 0001 +1000 +0001 +1000 +0001 ; diff --git a/stepmania/src/AdjustSync.h b/stepmania/src/AdjustSync.h index 4770e2cd68..007be335db 100644 --- a/stepmania/src/AdjustSync.h +++ b/stepmania/src/AdjustSync.h @@ -3,7 +3,7 @@ class TimingData; -const int SAMPLE_COUNT = 28; +const int SAMPLE_COUNT = 56; class AdjustSync {