diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-13 01:57:35 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-13 01:57:35 +0100 |
commit | 4fac6e94bf54da24ce7de0157e23f494cffb4410 (patch) | |
tree | 62ff73c9b78798bb9070103d1cd9dac692fb1001 /src | |
parent | af0d85d8d44928ad8e5616a6abce90f37e07378e (diff) |
b
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); } |