giga-refactor, part 9
new format saving compatibility flags now part of own struct
This commit is contained in:
parent
9b3e6cea5b
commit
90a9a86e09
99 changed files with 1145 additions and 1047 deletions
|
|
@ -2736,7 +2736,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
|||
countDown--;
|
||||
break;
|
||||
}
|
||||
if (song.loopModality!=2) countDown=0;
|
||||
if (song.compatFlags.loopModality!=2) countDown=0;
|
||||
|
||||
if (countDown>0 && !beenOneLoopAlready) {
|
||||
loopTickSong++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue