diff --git a/src/waypoint_base.h b/src/waypoint_base.h --- a/src/waypoint_base.h +++ b/src/waypoint_base.h @@ -40,6 +40,15 @@ struct Waypoint : SpecializedStationfacilities & FACIL_TRAIN) != 0 && this->train_station.w == 1 && this->train_station.h == 1; + } }; #define FOR_ALL_WAYPOINTS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Waypoint, var)