mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-16 12:21:15 +00:00
Hotfix: fix wrong return value
This commit is contained in:
parent
9e3e039c3f
commit
67f3ce37fa
@ -357,7 +357,7 @@ MxU32 LegoPathBoundary::FUN_10057fe0(LegoAnimPresenter* p_presenter)
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_presenters.insert(p_presenter);
|
m_presenters.insert(p_presenter);
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100586e0
|
// FUNCTION: LEGO1 0x100586e0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user