summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2013-10-15 02:25:39 +0000
committerSimon Howard2013-10-15 02:25:39 +0000
commit5e8e8170e74fe7476cf65316ef4006011fbf7ad1 (patch)
tree241804a919cef088a7ce7796a3cf57e44a398c67
parent7241db5446fc08ec7f96a7cdf1022ca9ec219a57 (diff)
downloadchocolate-doom-5e8e8170e74fe7476cf65316ef4006011fbf7ad1.tar.gz
chocolate-doom-5e8e8170e74fe7476cf65316ef4006011fbf7ad1.tar.bz2
chocolate-doom-5e8e8170e74fe7476cf65316ef4006011fbf7ad1.zip
Remove call to I_SetWindowTitle() that is no longer needed.
Subversion-branch: /branches/v2-branch Subversion-revision: 2709
-rw-r--r--src/net_gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net_gui.c b/src/net_gui.c
index a79df735..0e0316da 100644
--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -350,9 +350,6 @@ void NET_WaitForLaunch(void)
exit(-1);
}
- I_SetWindowTitle("Waiting for game start");
- //I_SetWindowIcon();
-
OpenWaitDialog();
had_warning = false;