diff options
Diffstat (limited to 'src/engine.h')
-rw-r--r-- | src/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.h b/src/engine.h index 9b44fdb9a..26c7401f9 100644 --- a/src/engine.h +++ b/src/engine.h @@ -36,7 +36,7 @@ struct RailVehicleInfo { uint16 max_speed; uint16 power; uint16 weight; - byte running_cost_base; + byte running_cost; byte running_cost_class; EngineClass engclass; ///< Class of engine for this vehicle byte capacity; |