Searched refs:shoot_this_target (Results 1 – 1 of 1) sorted by relevance
162 int shoot_this_target = 0; in shoot_targets() local168 shoot_this_target = ( target == 640 ? 0 : in shoot_targets()171 if ( shoot_this_target && !shoot_last_target ) { in shoot_targets()173 } else if ( shoot_last_target && !shoot_this_target ) { in shoot_targets()178 shoot_last_target = shoot_this_target; in shoot_targets()