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/doom/d_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/doom/d_main.c') diff --git a/src/doom/d_main.c b/src/doom/d_main.c index c2fee76a..e59802dd 100644 --- a/src/doom/d_main.c +++ b/src/doom/d_main.c @@ -420,6 +420,7 @@ void D_DoomLoop (void) TryRunTics(); I_SetWindowTitle(gamedescription); + I_GraphicsCheckCommandLine(); I_InitGraphics(); I_EnableLoadingDisk(); I_SetGrabMouseCallback(D_GrabMouseCallback); -- cgit v1.2.3