From 7701b0a24151de04036cbf7855354a42daed5b11 Mon Sep 17 00:00:00 2001 From: dominik Date: Wed, 25 Aug 2004 08:55:53 +0000 Subject: (svn r137) Fix: console sometime didn't open (sign_de) --- ttd.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'ttd.c') 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(); -- cgit v1.2.3-54-g00ecf