File diff r28780:365899ab5941 → r28781:ee8d01cc7e15
src/pathfinder/water_regions.h
Show inline comments
 
@@ -18,6 +18,7 @@ using TWaterRegionIndex = uint;
 

	
 
constexpr int WATER_REGION_EDGE_LENGTH = 16;
 
constexpr int WATER_REGION_NUMBER_OF_TILES = WATER_REGION_EDGE_LENGTH * WATER_REGION_EDGE_LENGTH;
 
constexpr TWaterRegionPatchLabel INVALID_WATER_REGION_PATCH = 0;
 

	
 
/**
 
 * Describes a single interconnected patch of water within a particular water region.