variable set but not used
This commit is contained in:
parent
da16494f7f
commit
4b12f440fa
2 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue