From 3a53c6ede79835c5711bda3a332995f2407f5d12 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 12 Dec 2023 20:22:09 +0100 Subject: cc --- editor/wall-editor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor') 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); } } -- cgit v1.2.3