This commit is contained in:
retro-wertz
2017-10-15 19:48:51 +08:00
parent 52c8155dee
commit d72a5061ea
10 changed files with 18 additions and 20 deletions

View File

@@ -264,7 +264,7 @@ static void DoNamcoSoundHQ(void) {
lengo = LengthCache[P];
duff2 = FetchDuff(P, envelope);
for (V = CVBC << 1; V < SOUNDTS << 1; V++) {
for (V = CVBC << 1; V < (int)SOUNDTS << 1; V++) {
WaveHi[V >> 1] += duff2;
if (!vco) {
PlayIndex[P] += freq;