Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOPOWER.cpp624 for(int natCount=0, preNatCount=0; natCount<=MAX_NATION; natCount++, nationUnitCountPtr++) in detect_action() local
626 if(!(*nationUnitCountPtr) || (*nationUnitCountPtr)==preNatCount) in detect_action()
629 nationSelectedArray = selectedArray + preNatCount; in detect_action()
630 nationSelectedCount = *nationUnitCountPtr - preNatCount; in detect_action()
631 preNatCount = *nationUnitCountPtr; in detect_action()
866 if(preNatCount==selectedCount) in detect_action()
869 err_when(preNatCount > selectedCount); in detect_action()