summary refs log tree commit diff stats
path: root/tools/assign_ids
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assign_ids')
-rw-r--r--tools/assign_ids/main.cpp2
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);