diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 16:24:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 16:24:13 +0100 |
commit | 4c85fde68f0819aaf2663f23c8a6d5496ae389c6 (patch) | |
tree | 40ab18f7d7e3ce7ccdcc8ba83dc62c1c56f3bdc4 /loader/loader.cpp | |
parent | 2611db2643d3d02816c24260b8d918655d07ec88 (diff) |
fix snafu harder
Diffstat (limited to 'loader/loader.cpp')
-rw-r--r-- | loader/loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.cpp b/loader/loader.cpp index a89cadab..71be9b16 100644 --- a/loader/loader.cpp +++ b/loader/loader.cpp @@ -42,6 +42,6 @@ const StringView loader_::ANIM_PATH = "anim/"_s; const StringView loader_::SCENERY_PATH = "scenery/"_s; const StringView loader_::TEMP_PATH = "../../../"_s; const StringView loader_::VOBJ_PATH = "vobj/"_s; -const StringView loader_::WALL_TILESET_PATH = "wall-tilesets/"_s; +const StringView loader_::WALL_TILESET_PATH = "walls/"_s; } // namespace floormat |