Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DMap_Edgepoints.h59 INT16 SearchForClosestSecondaryMapEdgepoint( INT16 sGridNo, UINT8 ubInsertionCode );
H A DMap_Edgepoints.cc1100 INT16 SearchForClosestSecondaryMapEdgepoint( INT16 sGridNo, UINT8 ubInsertionCode ) in SearchForClosestSecondaryMapEdgepoint() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategicMap.cc1172 …gridno = SearchForClosestSecondaryMapEdgepoint(s.sPendingActionData2, (UINT8)s.usStrategicInsertio… in UpdateMercInSector()