diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wall-atlas.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index 568aee83..2486eafd 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -175,7 +175,6 @@ auto wall_atlas::calc_direction(Direction_ dir) const -> const Direction& break; case Direction_::COUNT: std::unreachable(); - break; } fm_abort("wall_atlas: can't find direction '%d'", (int)dir); } |