about summary refs log tree commit diff stats
path: root/tools/validator/human_processor.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-24 15:37:28 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-24 15:37:28 -0400
commit72a33fcff5150228b72f4c24e4285f8a0e52566a (patch)
treee574be64d1196b236aaeab125eb6410600649a94 /tools/validator/human_processor.cpp
parent5322fdf9fc829566be5ec22f1f0fae0bd2d4c186 (diff)
downloadlingo2-archipelago-72a33fcff5150228b72f4c24e4285f8a0e52566a.tar.gz
lingo2-archipelago-72a33fcff5150228b72f4c24e4285f8a0e52566a.tar.bz2
lingo2-archipelago-72a33fcff5150228b72f4c24e4285f8a0e52566a.zip
Add white_ending flag to door
Diffstat (limited to 'tools/validator/human_processor.cpp')
-rw-r--r--tools/validator/human_processor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/validator/human_processor.cpp b/tools/validator/human_processor.cpp index 5a1c095..407d951 100644 --- a/tools/validator/human_processor.cpp +++ b/tools/validator/human_processor.cpp
@@ -373,11 +373,6 @@ class HumanProcessor {
373 DoorInfo& other_door_info = info_.doors[complete_door_identifier]; 373 DoorInfo& other_door_info = info_.doors[complete_door_identifier];
374 other_door_info.doors_referenced_by.push_back(door_identifier); 374 other_door_info.doors_referenced_by.push_back(door_identifier);
375 } 375 }
376
377 for (const std::string& ei : h_door.endings()) {
378 EndingInfo& ending_info = info_.endings[ei];
379 ending_info.doors_referenced_by.push_back(door_identifier);
380 }
381 } 376 }
382 377
383 void ProcessConnectionsFile(std::filesystem::path path, 378 void ProcessConnectionsFile(std::filesystem::path path,