spu: fix bug with badly messed up sequenced music

This commit is contained in:
zeromus 2009-05-21 06:04:46 +00:00
parent 57dbe9128d
commit 41aa900bb7
1 changed files with 2 additions and 0 deletions

View File

@ -497,6 +497,8 @@ void SPU_struct::KeyOn(int channel)
}
default: break;
}
thischan.double_totlength_shifted = (double)(thischan.totlength << format_shift[thischan.format]);
}
//////////////////////////////////////////////////////////////////////////////