Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstack.cpp1230 std::list<Army*> landedother; in killArmyUnitsInBoats() local
1242 landedother.push_back(*it); in killArmyUnitsInBoats()
1248 for (std::list<Army*>::iterator it = landedother.begin(); in killArmyUnitsInBoats()
1249 it != landedother.end(); it++) in killArmyUnitsInBoats()