summaryrefslogtreecommitdiff
path: root/src/heretic
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/heretic
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/heretic')
-rw-r--r--src/heretic/d_main.c1
1 files changed, 1 insertions, 0 deletions
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);