Home
last modified time | relevance | path

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

/dports/games/d2x/d2x-0.2.5/main/
H A Dgameseg.c909 #define MAX_LOC_POINT_SEGS 64 macro
980 point_seg point_segs[MAX_LOC_POINT_SEGS]; in find_connected_distance()
988 if (max_depth > MAX_LOC_POINT_SEGS-2) { in find_connected_distance()
989 …g: In find_connected_distance, max_depth = %i, limited to %i\n", max_depth, MAX_LOC_POINT_SEGS-2)); in find_connected_distance()
990 max_depth = MAX_LOC_POINT_SEGS-2; in find_connected_distance()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgameseg.cpp770 #define MAX_LOC_POINT_SEGS 64 macro
847 point_seg point_segs[MAX_LOC_POINT_SEGS]; in find_connected_distance()
854 if (max_depth > MAX_LOC_POINT_SEGS-2) { in find_connected_distance()
855 max_depth = MAX_LOC_POINT_SEGS-2; in find_connected_distance()