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 | 7810424862736471590eafdadc3034d50ecec368 (patch) | |
tree | 249e0a2d3be866f245f3e139a37b0fd25a0ea32f | |
parent | 646615307efc44b68b04ccf6308f51bb623197f7 (diff) | |
download | openttd-7810424862736471590eafdadc3034d50ecec368.tar.xz |
(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
-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; |