(svn r137) Fix: console sometime didn't open (sign_de)

This commit is contained in:
dominik
2004-08-25 08:55:53 +00:00
parent 5505a10b80
commit 7701b0a241
4 changed files with 13 additions and 20 deletions

13
ttd.c
View File

@@ -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();