mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
This commit is contained in:
parent
8c572c0ee5
commit
5684e42ada
@ -1755,7 +1755,6 @@ static bool IndustrytilesChangeInfo(uint indtid, int numinfo, int prop, byte **b
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
tsp->grf_prop.override = ovrid;
|
|
||||||
_industile_mngr.Add(indtid + i, ovrid);
|
_industile_mngr.Add(indtid + i, ovrid);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user