about summary refs log tree commit diff stats
path: root/tools/validator/structs.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-27 10:12:58 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-27 10:12:58 -0400
commitcf638697c17ec186b5da88ea92fc005371c9eab7 (patch)
tree14e0968de95350d72a4f6e8f4384e47d8a97d8a5 /tools/validator/structs.h
parent9cff6398c142822325154633e24d033a591b217e (diff)
downloadlingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.tar.gz
lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.tar.bz2
lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.zip
Assign stable IDs for shuffleable worldports HEAD main
Diffstat (limited to 'tools/validator/structs.h')
-rw-r--r--tools/validator/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/validator/structs.h b/tools/validator/structs.h index 51215e9..62974a8 100644 --- a/tools/validator/structs.h +++ b/tools/validator/structs.h
@@ -56,6 +56,7 @@ struct DoorInfo {
56 56
57struct PortInfo { 57struct PortInfo {
58 std::vector<HumanPort> definitions; 58 std::vector<HumanPort> definitions;
59 bool has_id = false;
59 60
60 std::vector<HumanConnection> connections_referenced_by; 61 std::vector<HumanConnection> connections_referenced_by;
61 std::vector<HumanConnection> target_connections_referenced_by; 62 std::vector<HumanConnection> target_connections_referenced_by;