fix a warning

This commit is contained in:
Tomasz Śniatowski 2009-08-04 00:50:33 +01:00
parent c031c67c57
commit e505db8c3c

View File

@ -795,8 +795,8 @@ void ai_default::do_move()
}
}
bool ai_default::do_combat(std::map<map_location,paths>& possible_moves, const move_map& srcdst,
const move_map& dstsrc, const move_map& enemy_srcdst, const move_map& enemy_dstsrc)
bool ai_default::do_combat(std::map<map_location,paths>& possible_moves, const move_map& /*srcdst*/,
const move_map& /*dstsrc*/, const move_map& /*enemy_srcdst*/, const move_map& /*enemy_dstsrc*/)
{
const std::vector<attack_analysis> &analysis = get_attacks();