add helper ins end marker when saving to .fur

This commit is contained in:
tildearrow 2022-11-21 04:07:21 -05:00
parent 8f59ceb6a6
commit 98a88a9199
1 changed files with 4 additions and 0 deletions

View File

@ -1140,6 +1140,10 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) {
}
}
if (!fui) {
w->write("EN",2);
}
blockEndSeek=w->tell();
if (!fui) {
w->seek(blockStartSeek,SEEK_SET);