summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2011-03-27 23:42:00 +0000
committerSimon Howard2011-03-27 23:42:00 +0000
commit623b4b1a2fdb0a974b20f45a8a3d0bc14db13691 (patch)
treed6e96e7ea8dbff35b884bb0a7499b7ce5783c6b8 /setup
parente339efa45fb54e794d1dd26f7a716a383cc3dc6d (diff)
downloadchocolate-doom-623b4b1a2fdb0a974b20f45a8a3d0bc14db13691.tar.gz
chocolate-doom-623b4b1a2fdb0a974b20f45a8a3d0bc14db13691.tar.bz2
chocolate-doom-623b4b1a2fdb0a974b20f45a8a3d0bc14db13691.zip
Change default sfx/music volume in setup tool to 8, to match the game
(thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2309
Diffstat (limited to 'setup')
-rw-r--r--setup/sound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/sound.c b/setup/sound.c
index 59df0532..2352baa1 100644
--- a/setup/sound.c
+++ b/setup/sound.c
@@ -59,10 +59,10 @@ static char *musmode_strings[] =
int snd_sfxdevice = SNDDEVICE_SB;
int numChannels = 8;
-int sfxVolume = 15;
+int sfxVolume = 8;
int snd_musicdevice = SNDDEVICE_GENMIDI;
-int musicVolume = 15;
+int musicVolume = 8;
int snd_samplerate = 22050;
int opl_io_port = 0x388;