Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dmap.h499 #define SET_LINE_ELEVATION(l,v) ((v)?((l)->flags|=(uint16)ELEVATION_LINE_BIT):((l)->flags&=(uint16)… macro
H A Dmap_constructors.cpp366 SET_LINE_ELEVATION(line, elevation); in recalculate_redundant_line_data()