From 7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 17 Oct 2011 18:51:27 +0000 Subject: Always show the Strife intro splash screen in windowed mode, and finish the splash screen before network startup. Subversion-branch: /branches/v2-branch Subversion-revision: 2435 --- src/hexen/h2_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hexen') diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index d66e27e1..3ed8b580 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -564,6 +564,7 @@ void H2_GameLoop(void) debugfile = fopen(filename, "w"); } I_SetWindowTitle("Hexen"); + I_GraphicsCheckCommandLine(); I_InitGraphics(); I_SetGrabMouseCallback(D_GrabMouseCallback); -- cgit v1.2.3