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/hexen | |
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/hexen')
-rw-r--r-- | src/hexen/h2_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index d66e27e1..3ed8b580 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -564,6 +564,7 @@ void H2_GameLoop(void) debugfile = fopen(filename, "w"); } I_SetWindowTitle("Hexen"); + I_GraphicsCheckCommandLine(); I_InitGraphics(); I_SetGrabMouseCallback(D_GrabMouseCallback); |