diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 22:39:14 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 22:42:11 +0200 |
| commit | 9beb13e491f710d35b401b923c9b302f8d219b10 (patch) | |
| tree | 6fba86a9e572fd2f9a9bbfc7d768440bf9da5093 /main/editor.hpp | |
| parent | 8929cfd3e06bb25d2c9b47cafb7481a741028c27 (diff) | |
rename
Diffstat (limited to 'main/editor.hpp')
| -rw-r--r-- | main/editor.hpp | 2 |
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; |
