summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/ttd.c b/ttd.c
index f395acea6..5b2faee5f 100644
--- a/ttd.c
+++ b/ttd.c
@@ -642,8 +642,8 @@ void LoadIntroGame()
_opt_mod_ptr = &_new_opt;
GfxLoadSprites();
LoadStringWidthTable();
- // Setup main window
- IConsoleClose();
+
+ // Setup main window
InitWindowSystem();
SetupColorsAndInitialWindow();
@@ -672,8 +672,7 @@ void MakeNewGame()
GfxLoadSprites();
- // Reinitialize windows
- IConsoleClose();
+ // Reinitialize windows
InitWindowSystem();
LoadStringWidthTable();
@@ -700,8 +699,7 @@ void MakeNewEditorWorld()
GfxLoadSprites();
- // Re-init the windowing system
- IConsoleClose();
+ // Re-init the windowing system
InitWindowSystem();
// Create toolbars
@@ -735,8 +733,7 @@ void StartScenario()
GfxLoadSprites();
- // Reinitialize windows
- IConsoleClose();
+ // Reinitialize windows
InitWindowSystem();
LoadStringWidthTable();