Fix: Don't consider engines not in the current climate towards used livery classes.
This commit is contained in:
@@ -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
|
||||
* is overridden by a NewGRF graphically we want to disable the
|
||||
* flipping possibility. */
|
||||
|
Reference in New Issue
Block a user