Home
last modified time | relevance | path

Searched refs:NPFWaterPathCost (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/pathfinder/npf/
H A Dnpf.cpp315 static int32 NPFWaterPathCost(AyStar *as, AyStarNode *current, OpenListNode *parent) in NPFWaterPathCost() function
1011 case TRANSPORT_WATER: _npf_aystar.CalculateG = NPFWaterPathCost; break; in NPFRouteInternal()