1
0
Fork 0

Don't reset frequency index on new frequency, clears up pcspeaker music.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@266
This commit is contained in:
Sjoerd van der Berg 2002-09-08 18:32:57 +00:00
parent bbee123fcf
commit 115a948a92

View file

@ -49,7 +49,6 @@ static Speaker spkr;
void PCSPEAKER_SetFreq(Bit32u freq) {
spkr.freq_add=(Bit32u)(FREQ_MAX/((float)SPKR_RATE/(float)freq));
spkr.freq_pos=0;
}
void PCSPEAKER_Enable(bool enable) {