summaryrefslogtreecommitdiff
path: root/src/s_sound.c
diff options
context:
space:
mode:
authorSimon Howard2007-09-03 01:05:27 +0000
committerSimon Howard2007-09-03 01:05:27 +0000
commita83c12ef9e1cde566556a8cdac11d1ee56d28c5b (patch)
tree3f719816181ab55203d9f1e0a92051955225d822 /src/s_sound.c
parent1501546e19ffe64bee2ddc07a66833a7b0f701c5 (diff)
downloadchocolate-doom-a83c12ef9e1cde566556a8cdac11d1ee56d28c5b.tar.gz
chocolate-doom-a83c12ef9e1cde566556a8cdac11d1ee56d28c5b.tar.bz2
chocolate-doom-a83c12ef9e1cde566556a8cdac11d1ee56d28c5b.zip
Up the default sample rate to 44100.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 968
Diffstat (limited to 'src/s_sound.c')
-rw-r--r--src/s_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_sound.c b/src/s_sound.c
index e367fafc..57066ad4 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -110,7 +110,7 @@ int musicVolume = 8;
// Sound sample rate to use for digital output (Hz)
-int snd_samplerate = 22050;
+int snd_samplerate = 44100;
// Internal volume level, ranging from 0-127