From fcfefe57d9d0b9d8eb3e149e68605103a9e6b490 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 11 Sep 2025 20:08:32 -0400 Subject: [Data] Fixed connection target required door logic bugs --- tools/validator/structs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/validator/structs.h') diff --git a/tools/validator/structs.h b/tools/validator/structs.h index 17ed33a..d1d45f2 100644 --- a/tools/validator/structs.h +++ b/tools/validator/structs.h @@ -56,12 +56,14 @@ struct PortInfo { std::vector definitions; std::vector connections_referenced_by; + std::vector target_connections_referenced_by; }; struct PaintingInfo { std::vector definitions; std::vector connections_referenced_by; + std::vector target_connections_referenced_by; std::vector doors_referenced_by; }; @@ -79,6 +81,7 @@ struct PanelInfo { std::string map_area_name; std::vector connections_referenced_by; + std::vector target_connections_referenced_by; std::vector doors_referenced_by; std::map proxies; -- cgit 1.4.1