shithub: choc

Download patch

ref: 017afaf61c058770665ae7238ff0862f02eb8048
parent: b283ed0be692f0a9d96721013bda361717452665
author: Simon Howard <fraggle@gmail.com>
date: Thu Oct 13 19:08:20 EDT 2011

Add temporary hack to fix Strife multiplayer startup when the intro
screen is enabled.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2421

--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1878,6 +1878,15 @@
         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)