Skip to content

Commit

Permalink
vanilla merge 12/7
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Dec 7, 2024
1 parent 92c5397 commit 4ff1a0a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion decompiler/level_extractor/extract_level.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ void extract_common(const ObjectFileDB& db,
lg::info("Art group {} was requested to be made common, we found it in {}!", file.name,
lvl_dgo_name);
const auto& ag_file = db.lookup_record(file);
extract_merc(ag_file, tex_db, db.dts, tex_remap, tfrag_level, false, db.version());
MercSwapInfo swapped_info;
extract_merc(ag_file, tex_db, db.dts, tex_remap, tfrag_level, false, db.version(), swapped_info);
extract_joint_group(ag_file, db.dts, db.version(), art_group_data);
// track found art groups so we don't borther re-processing in a later level
art_groups_made_common.insert(file.name);
Expand Down
Binary file modified out/build/Release/bin/decompiler.exe
Binary file not shown.
Binary file modified out/build/Release/bin/extractor.exe
Binary file not shown.
Binary file modified out/build/Release/bin/gk.exe
Binary file not shown.
Binary file modified out/build/Release/bin/goalc.exe
Binary file not shown.

0 comments on commit 4ff1a0a

Please sign in to comment.