(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user