diff --git a/src/bin/player.c b/src/bin/player.c index 886fc21..8d192b0 100644 --- a/src/bin/player.c +++ b/src/bin/player.c @@ -1371,6 +1371,7 @@ int main(int argc, char **argv) if (_src_type == FTYPE_EXU) tmp = exactness_unit_file_read(_src_filename); if (_src_type == FTYPE_REC) tmp = legacy_rec_file_read(_src_filename); _dest_unit->actions = tmp->actions; + _dest_unit->codes = tmp->codes; } exactness_unit_file_write(_dest_unit, _dest); }