From ea810eeed93cbc7e988f47841d26fc10f8c44c7c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 14 Sep 2010 17:47:12 +0000 Subject: Re-enable multiplayer support for Doom only, in preparation for network code refactoring. Subversion-branch: /branches/raven-branch Subversion-revision: 2087 --- src/net_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net_gui.c') diff --git a/src/net_gui.c b/src/net_gui.c index 8c848d1c..913b083d 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -268,7 +268,7 @@ void NET_WaitForStart(void) } I_SetWindowTitle("Waiting for game start"); - I_SetWindowIcon(); + //I_SetWindowIcon(); BuildGUI(); -- cgit v1.2.3