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/heretic/d_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic') diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c index da4256ee..8bca1db1 100644 --- a/src/heretic/d_main.c +++ b/src/heretic/d_main.c @@ -246,6 +246,7 @@ void D_DoomLoop(void) debugfile = fopen(filename, "w"); } I_SetWindowTitle(gamedescription); + I_GraphicsCheckCommandLine(); I_InitGraphics(); I_SetGrabMouseCallback(D_GrabMouseCallback); -- cgit v1.2.3