We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5815ef9 commit 52144eaCopy full SHA for 52144ea
scripts/control_draw/control_draw.gml
@@ -88,7 +88,7 @@ function control_draw() {
88
// Autosave
89
if (autosave && filename_ext(filename) = ".nbs") {
90
tonextsave -= 1 / room_speed / 60
91
- if (tonextsave <= 0 && playing == 0) save_song(filename)
+ if (tonextsave <= 0 && playing == 0) save_song(filename, true)
92
}
93
94
// Auto-recovery
0 commit comments