diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 13:26:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 13:26:10 -0400 |
commit | 907a59f52c14af709599d8da8b37285ae6794f59 (patch) | |
tree | 73e7ec7082a8b2fc769caf7f32c0a860f931babc /tools | |
parent | 7b0af7f15874e023ddc2653db225f6e358d81214 (diff) | |
download | lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.tar.gz lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.tar.bz2 lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.zip |
Added display names to ports
Diffstat (limited to 'tools')
-rw-r--r-- | tools/datapacker/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 33e4cfe..5254e5f 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
@@ -239,6 +239,7 @@ class DataPacker { | |||
239 | Port& port = *container_.all_objects().mutable_ports(port_id); | 239 | Port& port = *container_.all_objects().mutable_ports(port_id); |
240 | 240 | ||
241 | port.set_path(h_port.path()); | 241 | port.set_path(h_port.path()); |
242 | port.set_display_name(h_port.display_name()); | ||
242 | 243 | ||
243 | if (h_port.no_shuffle()) { | 244 | if (h_port.no_shuffle()) { |
244 | port.set_no_shuffle(h_port.no_shuffle()); | 245 | port.set_no_shuffle(h_port.no_shuffle()); |