summaryrefslogtreecommitdiffhomepage
path: root/main/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/editor.hpp')
-rw-r--r--main/editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/editor.hpp b/main/editor.hpp
index 942185ac..c66ccff1 100644
--- a/main/editor.hpp
+++ b/main/editor.hpp
@@ -67,7 +67,7 @@ struct editor final
tile_type& floor() { return _floor; }
const tile_type& floor() const { return _floor; }
- void click_at_tile(global_coords pos, int mouse_button);
+ void maybe_place_tile(global_coords pos, int mouse_button);
editor();
editor(editor&&) noexcept = default;