summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
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()