From 94c8cf69266f369cf9d43111d044f4d2b5d48e6d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 12 Dec 2023 20:42:39 +0100 Subject: zz --- editor/wall-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp index 99a5bd22..4aade03e 100644 --- a/editor/wall-editor.cpp +++ b/editor/wall-editor.cpp @@ -77,7 +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); + default: std::unreachable(); } } -- cgit v1.2.3