Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimplan.cc345 sint8 disp_hn_sw = max( gr->get_hoehe() + corner_sw(slope), water_hgt ); in correct_water() local
349 …const uint8 sneu = (disp_hn_sw - disp_hneu) + ((disp_hn_se - disp_hneu) * 3) + ((disp_hn_ne - disp… in correct_water()
H A Dsimworld.cc377 const sint8 disp_hn_sw = max( height + corner_sw(slope), water_hgt ); in cleanup_grounds_loop() local
382 …slope = (disp_hn_sw - height) + ((disp_hn_se - height) * 3) + ((disp_hn_ne - height) * 9) + ((disp… in cleanup_grounds_loop()
2413 const sint8 disp_hn_sw = max( hn_sw, water_hgt ); in raise_to() local
2417 …const uint8 sneu = (disp_hn_sw - disp_hneu) + ((disp_hn_se - disp_hneu) * 3) + ((disp_hn_ne - disp… in raise_to()
2716 const sint8 disp_hn_sw = max( hn_sw, water_hgt ); in lower_to() local
2720 …const uint8 sneu = (disp_hn_sw - disp_hneu) + ((disp_hn_se - disp_hneu) * 3) + ((disp_hn_ne - disp… in lower_to()