Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOSPY.cpp942 int obeyChance, obeyFlag; in capture_firm() local
958obeyFlag = misc.random(100) < obeyChance; // if obeyChance >= 100, all units will object the ove… in capture_firm()
962 if( obeyFlag ) in capture_firm()