commit 69116f7c48f8a3993aa5fd208135e3ea9598224e
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Oct 13 21:29:44 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Oct 13 21:29:44 2008 +0000
Set window title for chocolate-hexen.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1359
---
src/hexen/h2_main.c | 1 +
1 file changed, 1 insertion(+)
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)
{