diff --git a/src/roadveh.h b/src/roadveh.h --- a/src/roadveh.h +++ b/src/roadveh.h @@ -84,7 +84,7 @@ void RoadVehUpdateCache(RoadVehicle *v, /** * Buses, trucks and trams belong to this class. */ -struct RoadVehicle : public GroundVehicle { +struct RoadVehicle FINAL : public GroundVehicle { byte state; ///< @see RoadVehicleStates byte frame; uint16 blocked_ctr;