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

@ -11,7 +11,7 @@ the biggest multi-system chiptune tracker ever made!
check out the [Releases](https://github.com/tildearrow/furnace/releases) page. available for Windows, macOS and Linux (AppImage).
[see here](https://nightly.link/tildearrow/furnace/workflows/build/master) for unstable developer builds.
[see here](https://nightly.link/tildearrow/furnace/workflows/build/master) for the latest unstable build.
## features

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);