mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 00:27:52 +00:00
Fix a compiler warning.
This commit is contained in:
parent
139b0a33ad
commit
226533c704
@ -286,7 +286,7 @@ editor_action* mouse_action_paint::click_right(editor_display& disp, int x, int
|
||||
}
|
||||
|
||||
editor_action* mouse_action_paint::click_perform_left(
|
||||
editor_display& disp, const std::set<map_location>& hexes)
|
||||
editor_display& /*disp*/, const std::set<map_location>& hexes)
|
||||
{
|
||||
if (has_ctrl_modifier()) return NULL;
|
||||
return new editor_action_chain(new editor_action_paint_area(hexes, terrain_left_, has_shift_modifier()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user