diff options
Diffstat (limited to 'tools/datapacker/main.cpp')
| -rw-r--r-- | tools/datapacker/main.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index cf811c9..8109bf5 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -436,6 +436,10 @@ class DataPacker { | |||
| 436 | if (h_door.has_latch()) { | 436 | if (h_door.has_latch()) { | 
| 437 | door.set_latch(h_door.latch()); | 437 | door.set_latch(h_door.latch()); | 
| 438 | } | 438 | } | 
| 439 | |||
| 440 | if (h_door.has_legacy_location()) { | ||
| 441 | door.set_legacy_location(h_door.legacy_location()); | ||
| 442 | } | ||
| 439 | } | 443 | } | 
| 440 | 444 | ||
| 441 | void ProcessConnectionsFile(std::filesystem::path path, | 445 | void ProcessConnectionsFile(std::filesystem::path path, | 
