diff options
author | Simon Howard | 2013-10-20 20:12:14 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-20 20:12:14 +0000 |
commit | da29767a3596964ca3c93e8579732659dd403aa1 (patch) | |
tree | fcad422d9cf938063e257fddc93df5dec150bc95 | |
parent | 476323d7dd83dc69619e0dfe136b22637643f971 (diff) | |
download | chocolate-doom-da29767a3596964ca3c93e8579732659dd403aa1.tar.gz chocolate-doom-da29767a3596964ca3c93e8579732659dd403aa1.tar.bz2 chocolate-doom-da29767a3596964ca3c93e8579732659dd403aa1.zip |
Fix icon at multiplayer wait screen (thanks Alexandre Xavier).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2715
-rw-r--r-- | src/net_gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |