Home
last modified time | relevance | path

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

/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DBattlescapeGenerator.cpp1552 int neighbourDirections[4] = { -2, -3, -4, -5 }; in generateMap() local
1576 if (*j == neighbourDirections[n]) in generateMap()