(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way

pull/155/head
glx 17 years ago
parent 646615307e
commit 7810424862

@ -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;

Loading…
Cancel
Save