Fixed issues in MP3 package list building

This commit is contained in:
Aruki
2017-05-09 14:16:41 -06:00
parent f72f82d519
commit 560706d285
22 changed files with 269 additions and 48 deletions

View File

@@ -140,7 +140,7 @@ const SSetCharacter* CAnimationParameters::GetCurrentSetCharacter(s32 NodeIndex
{
CAnimSet *pSet = AnimSet();
if (pSet && pSet->Type() == eAnimSet)
if (pSet && (pSet->Type() == eAnimSet || pSet->Type() == eCharacter))
{
if (NodeIndex == -1)
NodeIndex = mCharIndex;