summaryrefslogtreecommitdiff
path: root/src/engine_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-10-04 20:33:18 +0000
committerfrosch <frosch@openttd.org>2009-10-04 20:33:18 +0000
commitb243f6ca9761d75d3e5e957aa02a29500021b7d3 (patch)
tree980395eb85fe52ceec26d6da44b70d948780b030 /src/engine_type.h
parent5ff6053326c060c0c717a0b5745423dda92d7af9 (diff)
downloadopenttd-b243f6ca9761d75d3e5e957aa02a29500021b7d3.tar.xz
(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation.
Diffstat (limited to 'src/engine_type.h')
-rw-r--r--src/engine_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine_type.h b/src/engine_type.h
index cd903ff3f..a1a9ccada 100644
--- a/src/engine_type.h
+++ b/src/engine_type.h
@@ -67,7 +67,7 @@ struct ShipVehicleInfo {
uint16 capacity;
byte running_cost;
SoundID sfx;
- bool refittable;
+ bool old_refittable; ///< Is ship refittable; only used during initialisation. Later use EngineInfo::refit_mask.
};
/* AircraftVehicleInfo subtypes, bitmask type.