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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hexen/st_start.c b/src/hexen/st_start.c
index 47e926e5..cd89484b 100644
--- a/src/hexen/st_start.c
+++ b/src/hexen/st_start.c
@@ -131,10 +131,11 @@ void ST_Init(void)
if (graphical_startup && !debugmode)
{
+ I_SetWindowTitleHR("Hexen startup - " PACKAGE_STRING);
+
// Set 640x480x16 mode
if (I_SetVideoModeHR())
{
- I_SetWindowTitleHR("Hexen startup - " PACKAGE_STRING);
using_graphical_startup = true;
S_StartSongName("orb", true);