mirror of https://github.com/OpenTTD/OpenTTD
Fix: Don't consider engines not in the current climate towards used livery classes.
parent
1e5a6765d9
commit
21dc725762
|
@ -8591,6 +8591,8 @@ static void FinaliseEngineArray()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!HasBit(e->info.climates, _settings_game.game_creation.landscape)) continue;
|
||||||
|
|
||||||
/* When the train does not set property 27 (misc flags), but it
|
/* When the train does not set property 27 (misc flags), but it
|
||||||
* is overridden by a NewGRF graphically we want to disable the
|
* is overridden by a NewGRF graphically we want to disable the
|
||||||
* flipping possibility. */
|
* flipping possibility. */
|
||||||
|
|
Loading…
Reference in New Issue