diff options
author | Simon Howard | 2008-10-13 21:29:44 +0000 |
---|---|---|
committer | Simon Howard | 2008-10-13 21:29:44 +0000 |
commit | 69116f7c48f8a3993aa5fd208135e3ea9598224e (patch) | |
tree | b6b8688f6a2d480fc3a560f8ac2a5421ef35c6cf | |
parent | 0984786373b294e046e92d5f5aee2517e1da4952 (diff) | |
download | chocolate-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
-rw-r--r-- | src/hexen/h2_main.c | 1 |
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) { |