summaryrefslogtreecommitdiff
path: root/src/i_system.c
diff options
context:
space:
mode:
authorSimon Howard2008-12-10 01:01:19 +0000
committerSimon Howard2008-12-10 01:01:19 +0000
commit08522e4bcff0f552fa0392102e73591e58822524 (patch)
tree221e8e25eb3d0fab31d2c89a22627ac210f4f1e9 /src/i_system.c
parentaed280e13947099544f584077e9cd893ddeaf9e5 (diff)
downloadchocolate-doom-08522e4bcff0f552fa0392102e73591e58822524.tar.gz
chocolate-doom-08522e4bcff0f552fa0392102e73591e58822524.tar.bz2
chocolate-doom-08522e4bcff0f552fa0392102e73591e58822524.zip
Undo previous change.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1417
Diffstat (limited to 'src/i_system.c')
-rw-r--r--src/i_system.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i_system.c b/src/i_system.c
index 282000ed..fe596a60 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -139,15 +139,15 @@ void I_Endoom(void)
endoom_data = W_CacheLumpName(DEH_String("ENDOOM"), PU_STATIC);
+ // Set up text mode screen
+
+ TXT_Init();
+
// Make sure the new window has the right title and icon
I_SetWindowCaption();
I_SetWindowIcon();
- // Set up text mode screen
-
- TXT_Init();
-
// Write the data to the screen memory
screendata = TXT_GetScreenData();