summaryrefslogtreecommitdiffhomepage
path: root/test/scenery.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 22:01:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 22:01:38 +0100
commit1a84f009b39c070a8d4f4931e2376936190a161e (patch)
tree7ad71362644592e95f8eeb5f331b1f7cdd3b841e /test/scenery.cpp
parent96e3bb9c8a368f649bfb1c60a3fe92b9d415c288 (diff)
a
Diffstat (limited to 'test/scenery.cpp')
-rw-r--r--test/scenery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenery.cpp b/test/scenery.cpp
index 5d8606b5..01f30781 100644
--- a/test/scenery.cpp
+++ b/test/scenery.cpp
@@ -10,7 +10,7 @@ void test_loading()
{
fm_assert(!loader.sceneries().isEmpty());
- for (const auto& [name, descr, proto] : loader.sceneries())
+ for (const auto& [name, proto] : loader.sceneries())
fm_assert(proto.sc_type != scenery_type::none);
}