diff options
Diffstat (limited to 'tools/datapacker/main.cpp')
| -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 4b26141..92ff151 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -408,6 +408,11 @@ class DataPacker { | |||
| 408 | } | 408 | } |
| 409 | } | 409 | } |
| 410 | } | 410 | } |
| 411 | |||
| 412 | auto& specials = *container_.all_objects().mutable_special_ids(); | ||
| 413 | for (const auto& [tag, id] : ids.special()) { | ||
| 414 | specials[tag] = id; | ||
| 415 | } | ||
| 411 | } | 416 | } |
| 412 | 417 | ||
| 413 | std::string mapdir_; | 418 | std::string mapdir_; |
