2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 23:07:43 +00:00

Merge branch 'id-dump'

This commit is contained in:
Jack Andersen
2015-10-26 14:43:04 -10:00
95 changed files with 2389 additions and 40 deletions

View File

@@ -206,6 +206,8 @@ struct ResExtractor
std::function<void(const HECL::SystemChar*)>)> func_b;
const HECL::SystemChar* fileExts[4];
unsigned weight;
std::function<void(const SpecBase&, PAKEntryReadStream&, PAKRouter<PAKBRIDGE>&,
typename PAKBRIDGE::PAKType::Entry&)> func_name;
};
/* Level hierarchy representation */
@@ -304,7 +306,7 @@ public:
}
/* Add RigPairs to global map */
bridge.addCMDLRigPairs(m_cmdlRigs);
bridge.addCMDLRigPairs(*this, m_cmdlRigs);
progress(++count / bridgesSz);
++bridgeIdx;