Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DFindLocations.cc1267 INT16 sGridNo,sClosestLand = NOWHERE,sPathCost,sShortestPath = 1000; in FindNearestUngassedLand() local
1348 sClosestLand = sGridNo; in FindNearestUngassedLand()
1354 if (sClosestLand != NOWHERE) // quit now, no need to look any farther in FindNearestUngassedLand()
1357 return(sClosestLand); in FindNearestUngassedLand()