mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 12:06:35 +00:00
fix a warning
This commit is contained in:
parent
c031c67c57
commit
e505db8c3c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user