mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix
This commit is contained in:
parent
4736628da8
commit
d904957f46
@ -517,9 +517,9 @@ MxCore* LegoWorld::Find(const MxAtomId& p_atom, MxS32 p_entityId)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10021a70
|
||||
void LegoWorld::VTable0x68(MxBool p_und)
|
||||
void LegoWorld::VTable0x68(MxBool p_add)
|
||||
{
|
||||
if (p_und) {
|
||||
if (p_add) {
|
||||
if (!m_set0xd0.empty() && CurrentWorld() != this) {
|
||||
if (CurrentWorld()) {
|
||||
AnimationManager()->FUN_10061010(0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user