Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dplatforms.cpp1084 world_distance top_of_side_height; in adjust_platform_sides() local
1090 top_of_side_height= MIN(line->highest_adjacent_floor, polygon->ceiling_height); in adjust_platform_sides()
1091 …side->primary_texture.y0-= (old_ceiling_height<top_of_side_height && new_ceiling_height<top_of_sid… in adjust_platform_sides()
1092 delta_height : new_ceiling_height-top_of_side_height; in adjust_platform_sides()