(svn r21508) -Codechange: move the code to handle the pathfinder's "path found" status to a separate function
This commit is contained in:
@@ -660,6 +660,7 @@ public:
|
||||
|
||||
bool IsEngineCountable() const;
|
||||
bool HasDepotOrder() const;
|
||||
void HandlePathfindingResult(bool path_found);
|
||||
};
|
||||
|
||||
#define FOR_ALL_VEHICLES_FROM(var, start) FOR_ALL_ITEMS_FROM(Vehicle, vehicle_index, var, start)
|
||||
|
Reference in New Issue
Block a user