Scale displayed running costs by day length factor

This commit is contained in:
Jonathan G Rennison
2018-01-25 18:23:15 +00:00
parent aa1a914d96
commit a6a1e67dbc
5 changed files with 23 additions and 12 deletions

View File

@@ -104,6 +104,7 @@ struct Engine : EnginePool::PoolItem<&_engine_pool> {
}
Money GetRunningCost() const;
Money GetDisplayRunningCost() const;
Money GetCost() const;
uint GetDisplayMaxSpeed() const;
uint GetPower() const;