summary refs log tree commit diff stats
path: root/tools/datapacker/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/datapacker/main.cpp')
-rw-r--r--tools/datapacker/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index d7e0b69..595647d 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp
@@ -466,6 +466,11 @@ class DataPacker {
466 r_connection.set_required_door(door_id); 466 r_connection.set_required_door(door_id);
467 } 467 }
468 468
469 if (human_connection.has_roof_access()) {
470 f_connection.set_roof_access(human_connection.roof_access());
471 r_connection.set_roof_access(human_connection.roof_access());
472 }
473
469 container_.AddConnection(f_connection); 474 container_.AddConnection(f_connection);
470 if (!human_connection.oneway()) { 475 if (!human_connection.oneway()) {
471 container_.AddConnection(r_connection); 476 container_.AddConnection(r_connection);