diff --git a/src/hardware/mixer.cpp b/src/hardware/mixer.cpp index ec6af869..360507d2 100644 --- a/src/hardware/mixer.cpp +++ b/src/hardware/mixer.cpp @@ -166,10 +166,10 @@ INLINE void MixerChannel::AddSamples(Bitu len,void * data) { Bit16s * data16=(Bit16s*)data; Bitu mixpos=mixer.pos+done; freq_index&=MIXER_REMAIN; - Bitu pos=0; + Bitu pos=0;Bitu new_pos; goto thestart; while (1) { - Bitu new_pos=freq_index >> MIXER_SHIFT; + new_pos=freq_index >> MIXER_SHIFT; if (pos