mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r9655) -Revert (r9094 partial): *Do* calculate refit masks for unavailable vehicle types... things like articulated engines can still build these parts... ... ... dot dot dot
This commit is contained in:
parent
2a32b3b8db
commit
2b2cfaeec1
@ -4402,9 +4402,6 @@ static const CargoLabel *_default_refitmasks[] = {
|
||||
static void CalculateRefitMasks()
|
||||
{
|
||||
for (EngineID engine = 0; engine < TOTAL_NUM_ENGINES; engine++) {
|
||||
/* Skip engine if not available in this climate */
|
||||
if (!HASBIT(_engine_info[engine].climates, _opt.landscape)) continue;
|
||||
|
||||
uint32 mask = 0;
|
||||
uint32 not_mask = 0;
|
||||
uint32 xor_mask = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user