summaryrefslogtreecommitdiff
path: root/src/i_endoom.c
diff options
context:
space:
mode:
authorSimon Howard2013-10-08 00:34:32 +0000
committerSimon Howard2013-10-08 00:34:32 +0000
commitd4f9e828f61f3c6d02f646f0646e9dbecbb76a49 (patch)
treeae786dfb426a1fb1d1ca7b501b9078ed509cba46 /src/i_endoom.c
parent6ec6095cb127421fc648781d0820d23d6e7a58a4 (diff)
downloadchocolate-doom-d4f9e828f61f3c6d02f646f0646e9dbecbb76a49.tar.gz
chocolate-doom-d4f9e828f61f3c6d02f646f0646e9dbecbb76a49.tar.bz2
chocolate-doom-d4f9e828f61f3c6d02f646f0646e9dbecbb76a49.zip
Set window title and icon on ENDOOM window to match main game window.
Subversion-branch: /branches/v2-branch Subversion-revision: 2695
Diffstat (limited to 'src/i_endoom.c')
-rw-r--r--src/i_endoom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i_endoom.c b/src/i_endoom.c
index f3fa1cb2..1381dc42 100644
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -48,7 +48,8 @@ void I_Endoom(byte *endoom_data)
// Set up text mode screen
TXT_Init();
- TXT_SetWindowTitle(PACKAGE_STRING);
+ I_InitWindowTitle();
+ I_InitWindowIcon();
// Write the data to the screen memory