add helper ins end marker when saving to .fur
This commit is contained in:
parent
8f59ceb6a6
commit
98a88a9199
|
@ -1140,6 +1140,10 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!fui) {
|
||||||
|
w->write("EN",2);
|
||||||
|
}
|
||||||
|
|
||||||
blockEndSeek=w->tell();
|
blockEndSeek=w->tell();
|
||||||
if (!fui) {
|
if (!fui) {
|
||||||
w->seek(blockStartSeek,SEEK_SET);
|
w->seek(blockStartSeek,SEEK_SET);
|
||||||
|
|
Loading…
Reference in a new issue