mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
variable set but not used
This commit is contained in:
parent
da16494f7f
commit
4b12f440fa
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue