From 017afaf61c058770665ae7238ff0862f02eb8048 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 13 Oct 2011 23:08:20 +0000 Subject: Add temporary hack to fix Strife multiplayer startup when the intro screen is enabled. Subversion-branch: /branches/v2-branch Subversion-revision: 2421 --- src/strife/d_main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/strife') diff --git a/src/strife/d_main.c b/src/strife/d_main.c index 85a0bcde..62520e4f 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -1878,6 +1878,15 @@ void D_DoomMain (void) DEH_printf("D_CheckNetGame: Checking network game status.\n"); D_CheckNetGame (); + // STRIFE-TODO: This is a temporary hack. The startup splash screen + // stuff needs to be reworked. + // The netgame waiting screen killed the graphics display. Re-run + // I_InitGraphics() to bring it back again. + if (showintro && netgame) + { + I_InitGraphics(); + } + PrintGameVersion(); if(devparm) -- cgit v1.2.3