giga-refactor, part 10
fix saving
This commit is contained in:
parent
90a9a86e09
commit
dc0eda0445
1 changed files with 1 additions and 1 deletions
|
|
@ -2599,7 +2599,7 @@ SafeWriter* DivEngine::saveFur(bool notPrimary) {
|
|||
// sub-songs
|
||||
if (sng2PtrSeek) {
|
||||
w->seek(sng2PtrSeek,SEEK_SET);
|
||||
for (size_t i=0; i<=song.subsong.size(); i++) {
|
||||
for (size_t i=0; i<song.subsong.size(); i++) {
|
||||
w->writeI(subSongPtr[i]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue