summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2011-04-04 18:40:28 +0000
committerSimon Howard2011-04-04 18:40:28 +0000
commitf596cfcd76c8c03c41c0691561c9b3c9c4419393 (patch)
tree2bfbfd4bc1efc2356948afc76a7311267a80cc8b /setup
parentb79f27cef85cc975b45ada246ace30b648466483 (diff)
downloadchocolate-doom-f596cfcd76c8c03c41c0691561c9b3c9c4419393.tar.gz
chocolate-doom-f596cfcd76c8c03c41c0691561c9b3c9c4419393.tar.bz2
chocolate-doom-f596cfcd76c8c03c41c0691561c9b3c9c4419393.zip
Change setup tool default sampling rate to 44100Hz to match the game
(thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2319
Diffstat (limited to 'setup')
-rw-r--r--setup/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/sound.c b/setup/sound.c
index 2352baa1..7386e789 100644
--- a/setup/sound.c
+++ b/setup/sound.c
@@ -64,7 +64,7 @@ int sfxVolume = 8;
int snd_musicdevice = SNDDEVICE_GENMIDI;
int musicVolume = 8;
-int snd_samplerate = 22050;
+int snd_samplerate = 44100;
int opl_io_port = 0x388;
int use_libsamplerate = 0;