Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimplan.cc348 sint8 disp_hn_nw = max( gr->get_hoehe() + corner_nw(slope), water_hgt ); in correct_water() local
349 … + ((disp_hn_se - disp_hneu) * 3) + ((disp_hn_ne - disp_hneu) * 9) + ((disp_hn_nw - disp_hneu) * 2… in correct_water()
H A Dsimworld.cc380 const sint8 disp_hn_nw = max( height + corner_nw(slope), water_hgt ); in cleanup_grounds_loop() local
382 …height) + ((disp_hn_se - height) * 3) + ((disp_hn_ne - height) * 9) + ((disp_hn_nw - height) * 27); in cleanup_grounds_loop()
2416 const sint8 disp_hn_nw = max( hn_nw, water_hgt ); in raise_to() local
2417 … + ((disp_hn_se - disp_hneu) * 3) + ((disp_hn_ne - disp_hneu) * 9) + ((disp_hn_nw - disp_hneu) * 2… in raise_to()
2719 const sint8 disp_hn_nw = max( hn_nw, water_hgt ); in lower_to() local
2720 … + ((disp_hn_se - disp_hneu) * 3) + ((disp_hn_ne - disp_hneu) * 9) + ((disp_hn_nw - disp_hneu) * 2… in lower_to()