summaryrefslogtreecommitdiff
path: root/src/engine_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-08-18 16:21:22 +0000
committerfrosch <frosch@openttd.org>2009-08-18 16:21:22 +0000
commitf595668650b342c5d7150fcbb1986b572a7f37e7 (patch)
tree2024ddcad441ec75b00a17bd7ee3843f42d5633d /src/engine_type.h
parent2ae150af8e51f07035b840347ab57eb0b91794ae (diff)
downloadopenttd-f595668650b342c5d7150fcbb1986b572a7f37e7.tar.xz
(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.
Diffstat (limited to 'src/engine_type.h')
-rw-r--r--src/engine_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine_type.h b/src/engine_type.h
index 088a14099..b75480455 100644
--- a/src/engine_type.h
+++ b/src/engine_type.h
@@ -44,7 +44,6 @@ struct RailVehicleInfo {
byte running_cost_class;
EngineClass engclass; ///< Class of engine for this vehicle
byte capacity; ///< Cargo capacity of vehicle; For multiheaded engines the capacity of each single engine.
- byte ai_rank;
byte ai_passenger_only; ///< Bit value to tell AI that this engine is for passenger use only
uint16 pow_wag_power; ///< Extra power applied to consist if wagon should be powered
byte pow_wag_weight; ///< Extra weight applied to consist if wagon should be powered