foxygit / doom Log in
commit da29767a3596964ca3c93e8579732659dd403aa1
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Oct 20 20:12:14 2013 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Oct 20 20:12:14 2013 +0000

    Fix icon at multiplayer wait screen (thanks Alexandre Xavier).

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2715
---
 src/net_gui.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/net_gui.c b/src/net_gui.c
index 0e0316da..39bd39fd 100644
--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -350,6 +350,8 @@ void NET_WaitForLaunch(void)
         exit(-1);
     }

+    I_InitWindowIcon();
+
     OpenWaitDialog();
     had_warning = false;