Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/bauer/
H A Dwegbauer.h162 sint32 intern_calc_route_elevated(const koord3d start, const koord3d ziel);
H A Dwegbauer.cc1732 sint32 way_builder_t::intern_calc_route_elevated(const koord3d start, const koord3d ziel) in intern_calc_route_elevated() function in way_builder_t
2194 cost2 = intern_calc_route_elevated(start[0], ziel[0]); in calc_route()
2197 intern_calc_route_elevated(ziel[0], start[0]); in calc_route()
2217 cost = intern_calc_route_elevated(start[0], ziel[0]); in calc_route()