Home
last modified time | relevance | path

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

/dports/games/tycho/species/
H A Dwarrior.cpp171 const int ROUND_STAGES = 4; in fight() local
173 int ROUND[ROUND_STAGES], r; in fight()
174 for(r=0; r<ROUND_STAGES-1; r++) in fight()
175 ROUND[r] = (rounds / ROUND_STAGES) * (r+1); in fight()
176 ROUND[ROUND_STAGES-1] = rounds; in fight()
188 for(r=0; r<ROUND_STAGES && !shortcutted; r++) { in fight()
213 shortcutted = (dist > ROUNDS_SHORTCUT_THRESHOLD) & (r < ROUND_STAGES-1); in fight()
/dports/games/species/species/
H A Dwarrior.cpp171 const int ROUND_STAGES = 4; in fight() local
173 int ROUND[ROUND_STAGES], r; in fight()
174 for(r=0; r<ROUND_STAGES-1; r++) in fight()
175 ROUND[r] = (rounds / ROUND_STAGES) * (r+1); in fight()
176 ROUND[ROUND_STAGES-1] = rounds; in fight()
188 for(r=0; r<ROUND_STAGES && !shortcutted; r++) { in fight()
213 shortcutted = (dist > ROUNDS_SHORTCUT_THRESHOLD) & (r < ROUND_STAGES-1); in fight()