summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-04 16:59:41 +0000
committerrubidium <rubidium@openttd.org>2009-02-04 16:59:41 +0000
commitac7757324ee2130f3c487f0323dbb23f9553806b (patch)
tree0b2799a662a70856b0fe38c29efcafe45c25f8e4 /src/openttd.cpp
parentb6e6be58da699065621085715445f2d6502cf27a (diff)
downloadopenttd-ac7757324ee2130f3c487f0323dbb23f9553806b.tar.xz
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 583815fdb..ac729c206 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -351,7 +351,6 @@ static void LoadIntroGame()
_pause_game = 0;
_cursor.fix_at = false;
- MarkWholeScreenDirty();
CheckForMissingGlyphsInLoadedLanguagePack();
@@ -792,8 +791,6 @@ static void MakeNewGame(bool from_heightmap)
static void MakeNewEditorWorldDone()
{
SetLocalCompany(OWNER_NONE);
-
- MarkWholeScreenDirty();
}
static void MakeNewEditorWorld()