From f742664b920500cb7343ee40338ab6add6acb9a2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 24 Sep 2011 18:10:38 +0000 Subject: Don't show graphical startup for Heretic, Hexen or Strife when running with -testcontrols. Subversion-branch: /branches/v2-branch Subversion-revision: 2399 --- src/hexen/st_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hexen') diff --git a/src/hexen/st_start.c b/src/hexen/st_start.c index 897c1810..391e26a6 100644 --- a/src/hexen/st_start.c +++ b/src/hexen/st_start.c @@ -129,7 +129,7 @@ void ST_Init(void) using_graphical_startup = false; - if (graphical_startup && !debugmode) + if (graphical_startup && !debugmode && !testcontrols) { I_SetWindowTitleHR("Hexen startup - " PACKAGE_STRING); -- cgit v1.2.3