Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h120 int getTotalMen() const;
H A Dplayer.cpp1022 …(false) && (sector->getSparePopulation() + sector->getAssembledArmy()->getTotalMen()) < 0.75f*max_… in doSectorAI()
H A Dgame.cpp621 game_g->players[i]->addNDeaths( - sector->getArmy(i)->getTotalMen() ); in calculateStats()
4394 if( army->getTotalMen() != 14 ) { in runTests()
4721 if( army->getTotalMen() != 2 ) { in runTests()
4749 if( army->getTotalMen() != 14 ) { in runTests()
H A Dsector.cpp155 int Army::getTotalMen() const { in getTotalMen() function in Army