Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimcity.cc2591 koord offset(0,0), road0(0,0),road1(0,0); in check_bau_townhall() local
2595 road0.x = desc->get_x(layout); in check_bau_townhall()
2606 road0.y=-1; in check_bau_townhall()
2617 road0.x=-1; in check_bau_townhall()
2623 road0.y = desc->get_y(layout); in check_bau_townhall()
2653 if (road0!=road1) { in check_bau_townhall()
2657 …bauigel.calc_straight_route(welt->lookup_kartenboden(best_pos + road0)->get_pos(), welt->lookup_ka… in check_bau_townhall()
2661 build_road(best_pos + road0, NULL, true); in check_bau_townhall()
2663 townhall_road = best_pos + road0; in check_bau_townhall()