diff options
Diffstat (limited to 'editor/wall-editor.cpp')
-rw-r--r-- | editor/wall-editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp index eba9dc66..99a5bd22 100644 --- a/editor/wall-editor.cpp +++ b/editor/wall-editor.cpp @@ -77,6 +77,7 @@ void wall_editor::place_tile(world& w, global_coords coords, const std::shared_p { case rotation::N: t.wall_north() = { atlas, (uint8_t)-1 }; break; case rotation::W: t.wall_west() = { atlas, (uint8_t)-1 }; break; + default: CORRADE_ASSUME(false); } } |