summaryrefslogtreecommitdiff
path: root/src/strife/m_menu.c
diff options
context:
space:
mode:
authorJames Haley2011-06-04 04:59:22 +0000
committerJames Haley2011-06-04 04:59:22 +0000
commit1271fc2557489e3ee000923c32efcb48dd640a09 (patch)
tree5468a75526f8c2182f1b940011905860fa9898e5 /src/strife/m_menu.c
parent4755980aed7173227e876602ce78cf31bbb97118 (diff)
downloadchocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.tar.gz
chocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.tar.bz2
chocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.zip
Resolved some TODOs and fixed a couple of problem spots that were
forgotten. Subversion-branch: /branches/strife-branch Subversion-revision: 2344
Diffstat (limited to 'src/strife/m_menu.c')
-rw-r--r--src/strife/m_menu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index 972e5b75..1fb3eeaf 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -993,8 +993,7 @@ void M_VoiceVol(int choice)
break;
}
- // STRIFE-TODO: Voice volume setting
- //S_SetVoiceVolume(voiceVolume * 8);
+ S_SetVoiceVolume(voiceVolume * 8);
}
void M_MusicVol(int choice)