diff options
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; |