find_something_to_kill() max_move_cost self-assignment
find_something_to_kill() has:
int max_move_cost = max_move_cost = 10 * unit_move_rate(punit);
Further, this self-assignment seems to be the only use of max_move_cost in that function.
find_something_to_kill() has:
int max_move_cost = max_move_cost = 10 * unit_move_rate(punit);
Further, this self-assignment seems to be the only use of max_move_cost in that function.