(svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints
This commit is contained in:
@@ -36,6 +36,8 @@ struct Waypoint : WaypointPool::PoolItem<&_waypoint_pool> {
|
||||
~Waypoint();
|
||||
|
||||
void UpdateVirtCoord();
|
||||
|
||||
void AssignStationSpec(uint index);
|
||||
};
|
||||
|
||||
#define FOR_ALL_WAYPOINTS_FROM(var, start) FOR_ALL_ITEMS_FROM(Waypoint, waypoint_index, var, start)
|
||||
|
Reference in New Issue
Block a user