Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Dmain-gtk.c609 int old_hgt = tiles_norm->height; in resize_tiles() local
613 int new_hgt = (old_hgt / ysize) * tile_hgt; in resize_tiles()
673 add = old_hgt / new_hgt; in resize_tiles()
674 remainder = old_hgt % new_hgt; in resize_tiles()
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc2868 const sint8 old_hgt = make_underwater_hill && gr->is_water() ? min_hgt(k) : gr->get_hoehe(); in flatten_tile() local
2869 const sint8 max_hgt = old_hgt + slope_t::max_diff(slope); in flatten_tile()
2882 if( ok && old_hgt < hgt ) { in flatten_tile()