mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
MP3 ANIM updates
This commit is contained in:
@@ -290,6 +290,9 @@ struct CHAR : BigYAML
|
||||
chOut.cmdl = characterInfo.cmdl;
|
||||
chOut.cskr = characterInfo.cskr;
|
||||
chOut.cinf = characterInfo.cinf;
|
||||
|
||||
for (const CharacterInfo::Overlay& overlay : characterInfo.overlays)
|
||||
chOut.overlays.emplace_back(overlay.type, std::make_pair(overlay.cmdl, overlay.cskr));
|
||||
}
|
||||
|
||||
void getAnimationResInfo(std::map<atUint32, std::pair<std::string, UniqueID64>>& out) const
|
||||
|
||||
Reference in New Issue
Block a user