diff options
Diffstat (limited to 'loader/json.cpp')
| -rw-r--r-- | loader/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/json.cpp b/loader/json.cpp index 7ee661f7..1a698a38 100644 --- a/loader/json.cpp +++ b/loader/json.cpp @@ -23,7 +23,7 @@ std::vector<std::shared_ptr<struct tile_atlas>> loader_::tile_atlases(StringView std::vector<Serialize::serialized_scenery> loader_::sceneries() { - return json_helper::from_json<std::vector<Serialize::serialized_scenery>>(Path::join(ANIM_PATH, "scenery.json")); + return json_helper::from_json<std::vector<Serialize::serialized_scenery>>(Path::join(SCENERY_PATH, "scenery.json")); } } // namespace floormat |
