diff options
author | glx <glx@openttd.org> | 2007-10-09 02:57:29 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-10-09 02:57:29 +0000 |
commit | 5684e42adaea4ca4c534ebd039192164b0a4313e (patch) | |
tree | 249e0a2d3be866f245f3e139a37b0fd25a0ea32f /src | |
parent | 8c572c0ee59bec827a9cd1c4bb0505e3a20e11ff (diff) | |
download | openttd-5684e42adaea4ca4c534ebd039192164b0a4313e.tar.xz |
(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 5c8ce421c..2d9ed343f 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -1755,7 +1755,6 @@ static bool IndustrytilesChangeInfo(uint indtid, int numinfo, int prop, byte **b return false; } - tsp->grf_prop.override = ovrid; _industile_mngr.Add(indtid + i, ovrid); } break; |