diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
commit | 999f1bb049553207a89a998b48d9e214f255b108 (patch) | |
tree | f19e9f9f53eff02026ddb9bda11aedcf77074220 /editor/update.cpp | |
parent | 1b6897ef91e7a82319a295d5f30a796bdc3a6db1 (diff) |
scenery wip
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index f2ac1bc6..eba39798 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -90,6 +90,8 @@ void app::do_key(key k, int mods) return _editor.set_mode(editor_mode::floor); case key_mode_walls: return _editor.set_mode(editor_mode::walls); + case key_mode_scenery: + return _editor.set_mode(editor_mode::scenery); case key_quicksave: return do_quicksave(); case key_quickload: |