summaryrefslogtreecommitdiff
path: root/src/doom/d_main.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-17 18:51:27 +0000
committerSimon Howard2011-10-17 18:51:27 +0000
commit7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf (patch)
treecc5f64c1e9d6b1bd04e401f5a98518f06ac49b0b /src/doom/d_main.c
parent854cb8073a336455d0bcd9b6a40d67c1b4226bb3 (diff)
downloadchocolate-doom-7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf.tar.gz
chocolate-doom-7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf.tar.bz2
chocolate-doom-7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf.zip
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
Diffstat (limited to 'src/doom/d_main.c')
-rw-r--r--src/doom/d_main.c1
1 files changed, 1 insertions, 0 deletions
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);