summaryrefslogtreecommitdiff
path: root/src/setup/mainmenu.c
diff options
context:
space:
mode:
authorSimon Howard2008-12-02 19:02:46 +0000
committerSimon Howard2008-12-02 19:02:46 +0000
commit2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02 (patch)
tree76984a568340278b4710a030b5ee39f7a3fb337b /src/setup/mainmenu.c
parent4af7ea5ba13f4f04ac9c505e0c0e20cef545b767 (diff)
downloadchocolate-doom-2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02.tar.gz
chocolate-doom-2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02.tar.bz2
chocolate-doom-2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02.zip
Fix setup to show the correct available sfx/music options, depending on
the game type. Add CD music option for Hexen. Subversion-branch: /branches/raven-branch Subversion-revision: 1402
Diffstat (limited to 'src/setup/mainmenu.c')
-rw-r--r--src/setup/mainmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/mainmenu.c b/src/setup/mainmenu.c
index 83e4c352..5a5f72fc 100644
--- a/src/setup/mainmenu.c
+++ b/src/setup/mainmenu.c
@@ -132,14 +132,14 @@ void MainMenu(void)
TXT_AddWidgets(window,
TXT_NewButton2("Configure Display",
(TxtWidgetSignalFunc) ConfigDisplay, NULL),
+ TXT_NewButton2("Configure Sound",
+ (TxtWidgetSignalFunc) ConfigSound, NULL),
TXT_NewButton2("Configure Keyboard",
(TxtWidgetSignalFunc) ConfigKeyboard, NULL),
TXT_NewButton2("Configure Mouse",
(TxtWidgetSignalFunc) ConfigMouse, NULL),
TXT_NewButton2("Configure Joystick",
(TxtWidgetSignalFunc) ConfigJoystick, NULL),
- TXT_NewButton2("Configure Sound",
- (TxtWidgetSignalFunc) ConfigSound, NULL),
NULL);
// The compatibility window is only appropriate for Doom.