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;