From da29767a3596964ca3c93e8579732659dd403aa1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 20 Oct 2013 20:12:14 +0000 Subject: 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; -- cgit v1.2.3