.................................................

This commit is contained in:
tildearrow 2022-11-19 21:15:10 -05:00
parent 57a4c52551
commit 0008420b6b

View file

@ -522,7 +522,8 @@ void DivInstrument::writeFeatureX1(SafeWriter* w) {
} }
void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) { void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) {
size_t blockStartSeek, blockEndSeek; size_t blockStartSeek=0;
size_t blockEndSeek=0;
std::vector<int> waveList; std::vector<int> waveList;
std::vector<int> sampleList; std::vector<int> sampleList;