summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authorYexo <yexo@openttd.org>2009-01-19 15:06:11 +0000
committerYexo <yexo@openttd.org>2009-01-19 15:06:11 +0000
commit8b04787d09771797520569e7bff9c570bfb26c18 (patch)
tree92978704d808ea4d5ae940118d8f47f1957d0450 /src/misc.cpp
parent49e69399a6e8b59a4a0b2b95af7a3801585b7fb9 (diff)
downloadopenttd-8b04787d09771797520569e7bff9c570bfb26c18.tar.xz
(svn r15151) -Fix: tile 0 can now be highlighted as error tile
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 12ba72434..cdd48c293 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -70,6 +70,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date)
_realtime_tick = 0;
_date_fract = 0;
_cur_tileloop_tile = 0;
+ _thd.redsq = INVALID_TILE;
MakeNewgameSettingsLive();
if (reset_date) {