Home
last modified time | relevance | path

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

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