commit 5e8e8170e74fe7476cf65316ef4006011fbf7ad1
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Oct 15 02:25:39 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Tue Oct 15 02:25:39 2013 +0000
Remove call to I_SetWindowTitle() that is no longer needed.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2709
---
src/net_gui.c | 3 ---
1 file changed, 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;