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/datapacker | |
| 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/datapacker')
| -rw-r--r-- | tools/datapacker/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 1736ec1..860d3c0 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -65,7 +65,7 @@ class DataPacker { | |||
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | void ProcessMap(std::filesystem::path path) { | 67 | void ProcessMap(std::filesystem::path path) { |
| 68 | std::string map_name = path.filename(); | 68 | std::string map_name = path.filename().string(); |
| 69 | 69 | ||
| 70 | ProcessConnectionsFile(path / "connections.txtpb", map_name); | 70 | ProcessConnectionsFile(path / "connections.txtpb", map_name); |
| 71 | ProcessDoorsFile(path / "doors.txtpb", map_name); | 71 | ProcessDoorsFile(path / "doors.txtpb", map_name); |
