Fix artic engines with no capacity on leading part in build window
Engines were being shown as not having any capacity overall
This commit is contained in:
@@ -114,6 +114,7 @@ struct Engine : EnginePool::PoolItem<&_engine_pool> {
|
||||
uint DetermineCapacity(const Vehicle *v, uint16 *mail_capacity = nullptr) const;
|
||||
|
||||
bool CanCarryCargo() const;
|
||||
bool CanPossiblyCarryCargo() const;
|
||||
|
||||
/**
|
||||
* Determines the default cargo capacity of an engine for display purposes.
|
||||
|
Reference in New Issue
Block a user