mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Ensure *all* EVNT resources are extracted
This commit is contained in:
@@ -298,7 +298,8 @@ struct CHAR : BigDNA
|
||||
chOut.overlays.emplace_back(overlay.type, std::make_pair(overlay.cmdl, overlay.cskr));
|
||||
}
|
||||
|
||||
void getAnimationResInfo(std::map<atUint32, DNAANCS::AnimationResInfo<UniqueID64>>& out) const
|
||||
void getAnimationResInfo(PAKRouter<PAKBridge>* pakRouter,
|
||||
std::map<atUint32, DNAANCS::AnimationResInfo<UniqueID64>>& out) const
|
||||
{
|
||||
out.clear();
|
||||
for (const AnimationInfo::Animation& ai : animationInfo.animations)
|
||||
|
||||
Reference in New Issue
Block a user