summaryrefslogtreecommitdiff
path: root/src/hexen/st_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/st_start.c')
-rw-r--r--src/hexen/st_start.c2
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);