(svn r15521) -Codechange: add helper function to get the display tractive effort of a vehicle.
This commit is contained in:
@@ -55,6 +55,7 @@ struct Engine : PoolItem<Engine, EngineID, &_Engine_pool> {
|
||||
uint GetDisplayMaxSpeed() const;
|
||||
uint GetPower() const;
|
||||
uint GetDisplayWeight() const;
|
||||
uint GetDisplayMaxTractiveEffort() const;
|
||||
};
|
||||
|
||||
static inline bool IsEngineIndex(uint index)
|
||||
|
Reference in New Issue
Block a user