File diff r28741:6064b2714f1b → r28742:e80d6a5b649a
src/roadveh.h
Show inline comments
 
@@ -116,6 +116,8 @@ struct RoadVehicle final : public Ground
 
	RoadType roadtype;              //!< Roadtype of this vehicle.
 
	RoadTypes compatible_roadtypes; //!< Roadtypes this consist is powered on.
 

	
 
	VehicleID disaster_vehicle = INVALID_VEHICLE; ///< NOSAVE: Disaster vehicle targetting this vehicle.
 

	
 
	/** We don't want GCC to zero our struct! It already is zeroed and has an index! */
 
	RoadVehicle() : GroundVehicleBase() {}
 
	/** We want to 'destruct' the right class. */