variable set but not used

This commit is contained in:
tildearrow 2023-05-24 02:12:42 -05:00
parent da16494f7f
commit 4b12f440fa
2 changed files with 4 additions and 1 deletions

View file

@ -1626,6 +1626,9 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
}
}
// variable set but not used?
logV("howManyChips: %d",howManyChips);
// write chips and stuff
w->writeI(hasSN);
w->writeI(hasOPLL);