Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/shared/
H A Ddefines.h154 #define MAX_MAP_ROUTING 0x100000 macro
H A Dtypedefs.h452 byte routedata[MAX_MAP_ROUTING];
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/
H A Drouting.cpp200 assert(curTile->routedatasize <= MAX_MAP_ROUTING); in DoRouting()