shut Clang up
This commit is contained in:
parent
ef04090a47
commit
8d72d2f2d0
|
@ -86,7 +86,7 @@ SafeWriter* DivEngine::saveZSM(unsigned int zsmrate, bool loop) {
|
||||||
|
|
||||||
// Prepare to write song data
|
// Prepare to write song data
|
||||||
playSub(false);
|
playSub(false);
|
||||||
size_t tickCount=0;
|
//size_t tickCount=0;
|
||||||
bool done=false;
|
bool done=false;
|
||||||
int loopPos=-1;
|
int loopPos=-1;
|
||||||
int writeCount=0;
|
int writeCount=0;
|
||||||
|
@ -155,7 +155,7 @@ SafeWriter* DivEngine::saveZSM(unsigned int zsmrate, bool loop) {
|
||||||
fracWait &= MASTER_CLOCK_MASK;
|
fracWait &= MASTER_CLOCK_MASK;
|
||||||
if (totalWait>0) {
|
if (totalWait>0) {
|
||||||
zsm.tick(totalWait);
|
zsm.tick(totalWait);
|
||||||
tickCount+=totalWait;
|
//tickCount+=totalWait;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// end of song
|
// end of song
|
||||||
|
|
Loading…
Reference in a new issue