diff options
-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) { |