mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 02:33:24 +00:00
Fix a compiler warning.
This commit is contained in:
parent
ba1f9d5ee6
commit
b309c40344
@ -379,7 +379,7 @@ int emergency_path_calculator::get_max_cost() const
|
||||
return unit_.movement_left();
|
||||
}
|
||||
|
||||
dummy_path_calculator::dummy_path_calculator(const unit& u, const gamemap&)
|
||||
dummy_path_calculator::dummy_path_calculator(const unit&, const gamemap&)
|
||||
{}
|
||||
|
||||
double dummy_path_calculator::cost(const map_location&, const map_location&, const double) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user