diff options
author | Simon Howard | 2011-10-17 18:51:27 +0000 |
---|---|---|
committer | Simon Howard | 2011-10-17 18:51:27 +0000 |
commit | 7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf (patch) | |
tree | cc5f64c1e9d6b1bd04e401f5a98518f06ac49b0b /src/heretic | |
parent | 854cb8073a336455d0bcd9b6a40d67c1b4226bb3 (diff) | |
download | chocolate-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.c | 1 |
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); |