1
0
Fork 0

use rate instead of freq

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1318
This commit is contained in:
Sjoerd van der Berg 2003-10-14 15:25:21 +00:00
parent ce6e9b42da
commit a6e31b6654

View file

@ -307,7 +307,7 @@ void MIXER_Init(Section* sec) {
MSG_Add("MIXER_CONFIGFILE_HELP","Nothing to setup yet!\n");
Section_prop * section=static_cast<Section_prop *>(sec);
/* Read out config section */
mixer.freq=section->Get_int("freq");
mixer.freq=section->Get_int("rate");
mixer.nosound=section->Get_bool("nosound");
mixer.blocksize=section->Get_int("blocksize");
mixer.wave.dir=section->Get_string("wavedir");