summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-12 20:22:09 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-12 20:22:09 +0100
commit3a53c6ede79835c5711bda3a332995f2407f5d12 (patch)
treeb069f892660f20ae389e2ebf565c0bae1d38a604 /editor
parentafc63fbba0e6009ec4132922545335594a20493e (diff)
cc
Diffstat (limited to 'editor')
-rw-r--r--editor/wall-editor.cpp1
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);
}
}