Home
last modified time | relevance | path

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

/dports/games/trojka/trojka/
H A Dscan.c35 int wipe_bonus, wipe_count, wiped; in scan() local
37 wipe_bonus = 1; in scan()
46 wipe_bonus *= 2; in scan()
47 score += (unsigned long)(wipe_bonus * wiped * 10); in scan()
/dports/games/xtrojka/xtrojka123/
H A Dtr_core.c495 int wipe_bonus, wipe_count, wiped; in tf_scan() local
502 wipe_bonus = 1; in tf_scan()
510 wipe_bonus *= 2; in tf_scan()
511 tf_inc_score(tc_i_force, (tt_long)(wipe_bonus*wiped*10)); in tf_scan()