summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-07 18:51:23 +0100
committerskal <pascal.massimino@gmail.com>2026-02-07 18:51:23 +0100
commit5620cd4bf61e4928f87d1df8d02245e7044048b8 (patch)
tree618a4fac475828cee2f4a1522d925ad377119d41 /src/main.cc
parent74554454d7f58a3d3a74c319289f7a853ccb476d (diff)
chore: Disable tempo variation and simplify music track
- Force tempo_scale to 1.0 in main.cc (disable variable tempo) - Comment out some kick pattern events in music.track for cleaner arrangement - Regenerate music_data.cc from updated track file
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 0e6fd71..89e21f1 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -115,6 +115,7 @@ int main(int argc, char** argv) {
} else {
g_tempo_scale = 1.0f; // Reset to normal
}
+ g_tempo_scale = 1.0f;
#if !defined(STRIP_ALL)
// Debug output when tempo changes significantly