diff options
Diffstat (limited to 'test/path-search.cpp')
-rw-r--r-- | test/path-search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp index 772de5fb..e281f95b 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -170,7 +170,7 @@ void test_bbox() return neighbor_tiles(w, { ch, pos }, {}, (object_id)-1, path_search::never_continue()); }; - const auto metal2 = loader.wall_atlas("empty", false); + const auto metal2 = loader.wall_atlas("empty", loader_policy::warn); const auto table = loader.scenery("table1"); { |