diff options
author | Simon Howard | 2013-10-15 02:25:39 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-15 02:25:39 +0000 |
commit | 5e8e8170e74fe7476cf65316ef4006011fbf7ad1 (patch) | |
tree | 241804a919cef088a7ce7796a3cf57e44a398c67 | |
parent | 7241db5446fc08ec7f96a7cdf1022ca9ec219a57 (diff) | |
download | chocolate-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.c | 3 |
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; |