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/display.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/setup/display.c') diff --git a/src/setup/display.c b/src/setup/display.c index 9ed0ae5f..df264749 100644 --- a/src/setup/display.c +++ b/src/setup/display.c @@ -689,7 +689,8 @@ void ConfigDisplay(void) TXT_NewCheckBox("Graphical startup", &graphical_startup)); } - if (gamemission == doom || gamemission == heretic) + if (gamemission == doom || gamemission == heretic + || gamemission == strife) { TXT_AddWidget(window, TXT_NewCheckBox("Show ENDOOM screen", &show_endoom)); @@ -723,7 +724,8 @@ void BindDisplayVariables(void) M_BindVariable("usegamma", &usegamma); - if (gamemission == doom || gamemission == heretic) + if (gamemission == doom || gamemission == heretic + || gamemission == strife) { M_BindVariable("show_endoom", &show_endoom); } -- cgit v1.2.3