fix auto patchbay setting not being loaded

This commit is contained in:
tildearrow 2023-08-06 04:20:07 -05:00
parent 515a657b91
commit 4c158f0cd6
1 changed files with 1 additions and 1 deletions

View File

@ -2346,7 +2346,7 @@ bool DivEngine::loadFur(unsigned char* file, size_t len) {
}
}
if (ds.version>=136) song.patchbayAuto=reader.readC();
if (ds.version>=136) ds.patchbayAuto=reader.readC();
if (ds.version>=138) {
ds.brokenPortaLegato=reader.readC();