remove a stray variable
This commit is contained in:
parent
9000a56039
commit
4175f299d3
|
@ -514,7 +514,6 @@ void SPU_struct::KeyOn(int channel)
|
|||
{
|
||||
printf("INFO: Stopping channel %d due to zero length\n",channel);
|
||||
thischan.status = CHANSTAT_STOPPED;
|
||||
int zzz=9;
|
||||
}
|
||||
|
||||
thischan.double_totlength_shifted = (double)(thischan.totlength << format_shift[thischan.format]);
|
||||
|
|
Loading…
Reference in New Issue