diff options
Diffstat (limited to 'tools/datapacker')
| -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 cc83ca1..4923fce 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -406,6 +406,10 @@ class DataPacker { | |||
| 406 | if (h_door.has_location_name()) { | 406 | if (h_door.has_location_name()) { |
| 407 | door.set_location_name(h_door.location_name()); | 407 | door.set_location_name(h_door.location_name()); |
| 408 | } | 408 | } |
| 409 | |||
| 410 | if (h_door.has_double_letters()) { | ||
| 411 | door.set_double_letters(h_door.double_letters()); | ||
| 412 | } | ||
| 409 | } | 413 | } |
| 410 | 414 | ||
| 411 | void ProcessConnectionsFile(std::filesystem::path path, | 415 | void ProcessConnectionsFile(std::filesystem::path path, |
