Home
last modified time | relevance | path

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

/dports/games/tycho/species/
H A Dwarrior.cpp155rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - enemy.len(), // range for rand… in fight() local
190 pos = (startpos + CRand::irand(rangepos)); in fight()
249rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - bench.len(); // range for rand… in fight() local
265 pos = (startpos + CRand::irand(rangepos)); in fight()
/dports/games/species/species/
H A Dwarrior.cpp155rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - enemy.len(), // range for rand… in fight() local
190 pos = (startpos + CRand::irand(rangepos)); in fight()
249rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - bench.len(); // range for rand… in fight() local
265 pos = (startpos + CRand::irand(rangepos)); in fight()
/dports/graphics/py-pyx/PyX-0.15/
H A DCHANGES190 - add a usenames dictionary to the pos style (like rangepos had it already)