mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoAnimPresenter::FUN_1006ab70 (#839)
This commit is contained in:

committed by
GitHub

parent
c01fd9b260
commit
7efbb04999
@@ -1,5 +1,6 @@
|
||||
#include "legoanimpresenter.h"
|
||||
|
||||
#include "legoanimationmanager.h"
|
||||
#include "legoanimmmpresenter.h"
|
||||
#include "legocharactermanager.h"
|
||||
#include "legovideomanager.h"
|
||||
@@ -449,10 +450,15 @@ void LegoAnimPresenter::FUN_1006a4f0(
|
||||
}
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1006ab70
|
||||
// FUNCTION: LEGO1 0x1006ab70
|
||||
void LegoAnimPresenter::FUN_1006ab70()
|
||||
{
|
||||
// TODO
|
||||
if (m_unk0x96) {
|
||||
AnimationManager()->FUN_10063270(m_unk0x74, this);
|
||||
}
|
||||
else {
|
||||
AnimationManager()->FUN_10063780(m_unk0x74);
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1006aba0
|
||||
|
Reference in New Issue
Block a user