summaryrefslogtreecommitdiff
path: root/src/i_endoom.c
diff options
context:
space:
mode:
authorSimon Howard2008-12-20 20:25:22 +0000
committerSimon Howard2008-12-20 20:25:22 +0000
commitb9b0c2abfbe194baf6d497f1c4a2165769f64ab3 (patch)
treea82b96f274bd7427b963964f37242607a27c593d /src/i_endoom.c
parent0ec9859ec8cf39ce1223516161fb39ea44ed5c33 (diff)
parentacd1a13a4f70973d7616df3f6de43f8f79b8e392 (diff)
downloadchocolate-doom-b9b0c2abfbe194baf6d497f1c4a2165769f64ab3.tar.gz
chocolate-doom-b9b0c2abfbe194baf6d497f1c4a2165769f64ab3.tar.bz2
chocolate-doom-b9b0c2abfbe194baf6d497f1c4a2165769f64ab3.zip
Merge from trunk.
Subversion-branch: /branches/raven-branch Subversion-revision: 1423
Diffstat (limited to 'src/i_endoom.c')
-rw-r--r--src/i_endoom.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i_endoom.c b/src/i_endoom.c
index b943e47c..b053b433 100644
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -40,11 +40,6 @@ void I_Endoom(byte *endoom_data)
TXT_Init();
- // Make sure the new window has the right title and icon
-
- I_SetWindowTitle("Exit screen");
- I_SetWindowIcon();
-
// Write the data to the screen memory
screendata = TXT_GetScreenData();