Fix icon at multiplayer wait screen (thanks Alexandre Xavier).
Subversion-branch: /branches/v2-branch Subversion-revision: 2715
This commit is contained in:
parent
476323d7dd
commit
da29767a35
1 changed files with 2 additions and 0 deletions
|
|
@ -350,6 +350,8 @@ void NET_WaitForLaunch(void)
|
|||
exit(-1);
|
||||
}
|
||||
|
||||
I_InitWindowIcon();
|
||||
|
||||
OpenWaitDialog();
|
||||
had_warning = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue