Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/
H A Dai_normal_battle.cpp49 const std::vector<int> underWallsIndicies = { 7, 28, 49, 72, 95 }; variable
596 for ( const int wallIndex : underWallsIndicies ) { in meleeUnitOffense()