summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2008-10-13 21:29:44 +0000
committerSimon Howard2008-10-13 21:29:44 +0000
commit69116f7c48f8a3993aa5fd208135e3ea9598224e (patch)
treeb6b8688f6a2d480fc3a560f8ac2a5421ef35c6cf /src
parent0984786373b294e046e92d5f5aee2517e1da4952 (diff)
downloadchocolate-doom-69116f7c48f8a3993aa5fd208135e3ea9598224e.tar.gz
chocolate-doom-69116f7c48f8a3993aa5fd208135e3ea9598224e.tar.bz2
chocolate-doom-69116f7c48f8a3993aa5fd208135e3ea9598224e.zip
Set window title for chocolate-hexen.
Subversion-branch: /branches/raven-branch Subversion-revision: 1359
Diffstat (limited to 'src')
-rw-r--r--src/hexen/h2_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index b34205c4..9d253575 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -555,6 +555,7 @@ void H2_GameLoop(void)
}
I_InitGraphics();
I_SetGrabMouseCallback(D_GrabMouseCallback);
+ I_SetWindowTitle("Hexen");
while (1)
{