File diff r27371:b9ad4c1bff08 → r27372:06d384d76bd2
src/effectvehicle_base.h
Show inline comments
 
@@ -28,7 +28,7 @@ struct EffectVehicle FINAL : public Spec
 
	/** We don't want GCC to zero our struct! It already is zeroed and has an index! */
 
	EffectVehicle() : SpecializedVehicleBase() {}
 
	/** We want to 'destruct' the right class. */
 
	virtual ~EffectVehicle() {}
 
	virtual ~EffectVehicle() = default;
 

	
 
	void UpdateDeltaXY();
 
	bool Tick();