about summary refs log tree commit diff stats
path: root/tools/datapacker
diff options
context:
space:
mode:
Diffstat (limited to 'tools/datapacker')
-rw-r--r--tools/datapacker/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index c72462d..c640de6 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp
@@ -344,9 +344,6 @@ class DataPacker {
344 std::copy( 344 std::copy(
345 h_door.receivers().begin(), h_door.receivers().end(), 345 h_door.receivers().begin(), h_door.receivers().end(),
346 google::protobuf::RepeatedFieldBackInserter(door.mutable_receivers())); 346 google::protobuf::RepeatedFieldBackInserter(door.mutable_receivers()));
347 std::copy(
348 h_door.switches().begin(), h_door.switches().end(),
349 google::protobuf::RepeatedFieldBackInserter(door.mutable_switches()));
350 347
351 for (const PaintingIdentifier& pi : h_door.move_paintings()) { 348 for (const PaintingIdentifier& pi : h_door.move_paintings()) {
352 std::optional<std::string> map_name = 349 std::optional<std::string> map_name =