shithub: choc

Download patch

ref: 69116f7c48f8a3993aa5fd208135e3ea9598224e
parent: 0984786373b294e046e92d5f5aee2517e1da4952
author: Simon Howard <[email protected]>
date: Mon Oct 13 17:29:44 EDT 2008

Set window title for chocolate-hexen.

Subversion-branch: /branches/raven-branch
Subversion-revision: 1359

--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -555,6 +555,7 @@
     }
     I_InitGraphics();
     I_SetGrabMouseCallback(D_GrabMouseCallback);
+    I_SetWindowTitle("Hexen");
 
     while (1)
     {