File diff r28780:365899ab5941 → r28781:ee8d01cc7e15
src/pathfinder/yapf/yapf_ship_regions.cpp
Show inline comments
 
@@ -102,6 +102,7 @@ private:
 
public:
 
	void AddOrigin(const WaterRegionPatchDesc &water_region_patch)
 
	{
 
		if (water_region_patch.label == INVALID_WATER_REGION_PATCH) return;
 
		if (!HasOrigin(water_region_patch)) m_origin_keys.push_back(CYapfRegionPatchNodeKey{ water_region_patch });
 
	}