From 4755980aed7173227e876602ce78cf31bbb97118 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 7 Mar 2011 00:01:40 +0000 Subject: Update config variable binding in setup tool so that the correct variables are bound for Strife. Add option for show_talk to sound configuration screen. Subversion-branch: /branches/strife-branch Subversion-revision: 2296 --- src/setup/mainmenu.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/setup/mainmenu.c') diff --git a/src/setup/mainmenu.c b/src/setup/mainmenu.c index 55496010..3180e58e 100644 --- a/src/setup/mainmenu.c +++ b/src/setup/mainmenu.c @@ -177,6 +177,9 @@ static txt_button_t *GetLaunchButton(void) case hexen: label = "Save parameters and launch Hexen"; break; + case strife: + label = "Save parameters and launch STRIFE!"; + break; default: label = "Save parameters and launch game"; break; @@ -206,9 +209,9 @@ void MainMenu(void) (TxtWidgetSignalFunc) ConfigJoystick, NULL), NULL); - // The compatibility window is only appropriate for Doom. + // The compatibility window is only appropriate for Doom/Strife. - if (gamemission == doom) + if (gamemission == doom || gamemission == strife) { txt_button_t *button; -- cgit v1.2.3