Add setting for whether to show vehicle running costs per calendar year
See #660
This commit is contained in:
@@ -727,11 +727,7 @@ public:
|
||||
*/
|
||||
virtual Trackdir GetVehicleTrackdir() const { return INVALID_TRACKDIR; }
|
||||
|
||||
/**
|
||||
* Gets the running cost of a vehicle that can be sent into SetDParam for string processing.
|
||||
* @return the vehicle's running cost
|
||||
*/
|
||||
Money GetDisplayRunningCost() const { return this->GetRunningCost() >> 8; }
|
||||
Money GetDisplayRunningCost() const;
|
||||
|
||||
/**
|
||||
* Gets the profit vehicle had this year. It can be sent into SetDParam for string processing.
|
||||
|
||||
Reference in New Issue
Block a user