diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 17:06:47 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 17:06:47 -0400 |
commit | 27724f813befb37f8767bdc084a2bf9c580701d7 (patch) | |
tree | 0c90392bbeb92bbfe4d6434bd195ed89ad3b55b6 /tools/assign_ids | |
parent | c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 (diff) | |
download | lingo2-archipelago-27724f813befb37f8767bdc084a2bf9c580701d7.tar.gz lingo2-archipelago-27724f813befb37f8767bdc084a2bf9c580701d7.tar.bz2 lingo2-archipelago-27724f813befb37f8767bdc084a2bf9c580701d7.zip |
Minor changes for compiling on Windows
Diffstat (limited to 'tools/assign_ids')
-rw-r--r-- | tools/assign_ids/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assign_ids/main.cpp b/tools/assign_ids/main.cpp index 2617cf7..92f3ea4 100644 --- a/tools/assign_ids/main.cpp +++ b/tools/assign_ids/main.cpp | |||
@@ -104,7 +104,7 @@ class AssignIds { | |||
104 | } | 104 | } |
105 | 105 | ||
106 | void ProcessMap(std::filesystem::path path) { | 106 | void ProcessMap(std::filesystem::path path) { |
107 | std::string map_name = path.filename(); | 107 | std::string map_name = path.filename().string(); |
108 | 108 | ||
109 | ProcessDoorsFile(path / "doors.txtpb", map_name); | 109 | ProcessDoorsFile(path / "doors.txtpb", map_name); |
110 | ProcessRooms(path / "rooms", map_name); | 110 | ProcessRooms(path / "rooms", map_name); |