summaryrefslogtreecommitdiff
path: root/src/net_gui.c
diff options
context:
space:
mode:
authorSimon Howard2010-09-14 17:47:12 +0000
committerSimon Howard2010-09-14 17:47:12 +0000
commitea810eeed93cbc7e988f47841d26fc10f8c44c7c (patch)
tree2c7be03428edc258c06965fd5c063f2ed8512c18 /src/net_gui.c
parent523f786f2011e2592a21f47d33de7f570c8eb613 (diff)
downloadchocolate-doom-ea810eeed93cbc7e988f47841d26fc10f8c44c7c.tar.gz
chocolate-doom-ea810eeed93cbc7e988f47841d26fc10f8c44c7c.tar.bz2
chocolate-doom-ea810eeed93cbc7e988f47841d26fc10f8c44c7c.zip
Re-enable multiplayer support for Doom only, in preparation for network
code refactoring. Subversion-branch: /branches/raven-branch Subversion-revision: 2087
Diffstat (limited to 'src/net_gui.c')
-rw-r--r--src/net_gui.c2
1 files changed, 1 insertions, 1 deletions
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();