(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'.
This commit is contained in:
@@ -121,13 +121,7 @@ struct RoadVehicle : public SpecializedVehicle<RoadVehicle, VEH_ROAD> {
|
||||
SpriteID GetImage(Direction direction) const;
|
||||
int GetDisplaySpeed() const { return this->cur_speed / 2; }
|
||||
int GetDisplayMaxSpeed() const { return this->max_speed / 2; }
|
||||
|
||||
Money GetRunningCost() const
|
||||
{
|
||||
const RoadVehicleInfo *rvi = RoadVehInfo(this->engine_type);
|
||||
return rvi->running_cost * GetPriceByIndex(rvi->running_cost_class);
|
||||
}
|
||||
|
||||
Money GetRunningCost() const;
|
||||
int GetDisplayImageWidth(Point *offset = NULL) const;
|
||||
bool IsInDepot() const { return this->state == RVSB_IN_DEPOT; }
|
||||
bool IsStoppedInDepot() const;
|
||||
|
Reference in New Issue
Block a user