summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-10-09 02:57:29 +0000
committerglx <glx@openttd.org>2007-10-09 02:57:29 +0000
commit7810424862736471590eafdadc3034d50ecec368 (patch)
tree249e0a2d3be866f245f3e139a37b0fd25a0ea32f /src/newgrf.cpp
parent646615307efc44b68b04ccf6308f51bb623197f7 (diff)
downloadopenttd-7810424862736471590eafdadc3034d50ecec368.tar.xz
(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
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;