Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc2324 const sint8 hn_se = max(hse, h0_se); in prepare_raise() local
2399 const sint8 hn_se = max(hse, h0_se); in raise_to() local
2414 const sint8 disp_hn_se = max( hn_se, water_hgt ); in raise_to()
2437 set_grid_hgt(x+1, y+1, hn_se); in raise_to()
2442 set_grid_hgt(x+1, y+1, hn_se); in raise_to()
2622 const sint8 hn_se = min(hse, h0_se); in lower_to() local
2673 if( hn_se == hneu ) { in lower_to()
2717 const sint8 disp_hn_se = max( hn_se, water_hgt ); in lower_to()
2733 set_grid_hgt(x+1, y+1, hn_se); in lower_to()
2738 set_grid_hgt(x+1, y+1, hn_se); in lower_to()
[all …]