diff options
author | Simon Howard | 2013-10-08 00:53:58 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-08 00:53:58 +0000 |
commit | 2f256359cf616ad2a077bcad132691d5ce99e546 (patch) | |
tree | e480b2e10dbdf4806cc90bbea95e9bee60d70e55 /src/hexen | |
parent | d4f9e828f61f3c6d02f646f0646e9dbecbb76a49 (diff) | |
download | chocolate-doom-2f256359cf616ad2a077bcad132691d5ce99e546.tar.gz chocolate-doom-2f256359cf616ad2a077bcad132691d5ce99e546.tar.bz2 chocolate-doom-2f256359cf616ad2a077bcad132691d5ce99e546.zip |
Set window title/icon for Heretic/Hexen startup windows, to match the
main game window.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2696
Diffstat (limited to 'src/hexen')
-rw-r--r-- | src/hexen/st_start.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/st_start.c b/src/hexen/st_start.c index 391e26a6..58df878e 100644 --- a/src/hexen/st_start.c +++ b/src/hexen/st_start.c @@ -32,6 +32,7 @@ #include "h2def.h" #include "i_system.h" +#include "i_video.h" #include "i_videohr.h" #include "s_sound.h" #include "st_start.h" @@ -137,6 +138,7 @@ void ST_Init(void) if (I_SetVideoModeHR()) { using_graphical_startup = true; + I_InitWindowIcon(); S_StartSongName("orb", true); |