summaryrefslogtreecommitdiffhomepage
path: root/editor/wall-editor.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-12 20:42:39 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-12 20:42:39 +0100
commit94c8cf69266f369cf9d43111d044f4d2b5d48e6d (patch)
treea828c44563e6034fae643ca02a29564f5a3b2c91 /editor/wall-editor.cpp
parent3a53c6ede79835c5711bda3a332995f2407f5d12 (diff)
zz
Diffstat (limited to 'editor/wall-editor.cpp')
-rw-r--r--editor/wall-editor.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}
}