diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/datapacker/main.cpp | 5 |
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); |