From 0008420b6b28a1b4ade8dacb51fa7e89a75cdca5 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 19 Nov 2022 21:15:10 -0500 Subject: [PATCH] ................................................. --- src/engine/instrument.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/instrument.cpp b/src/engine/instrument.cpp index 3a64a58d1..df4390226 100644 --- a/src/engine/instrument.cpp +++ b/src/engine/instrument.cpp @@ -522,7 +522,8 @@ void DivInstrument::writeFeatureX1(SafeWriter* w) { } void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) { - size_t blockStartSeek, blockEndSeek; + size_t blockStartSeek=0; + size_t blockEndSeek=0; std::vector waveList; std::vector sampleList;