Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.h1378 uint8 recalc_natural_slope( const koord k, sint8 &new_height ) const;
H A Dsimtool.cc597 …welt->access(k)->boden_ersetzen( gr, new boden_t(gr->get_pos(), welt->recalc_natural_slope(k,dummy… in tool_remover_intern()
1172 new_slope = welt->recalc_natural_slope( k, min_hgt ); in tool_set_slope_work()
H A Dsimworld.cc4354 uint8 karte_t::recalc_natural_slope( const koord k, sint8 &new_height ) const in recalc_natural_slope() function in karte_t
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dhausbauer.cc433 const uint8 new_slope = welt->recalc_natural_slope(newk,new_hgt); in remove()