From 74e939aa51f40cd1ef3b40b82cd52f0fe6949828 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Dec 2008 20:36:52 +0000 Subject: Fix Hexen startup code to set window title before setting video mode (for Windows XP Luna) Subversion-branch: /branches/raven-branch Subversion-revision: 1424 --- src/hexen/st_start.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/hexen') 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); -- cgit v1.2.3