mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 12:03:56 -04: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);
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100586e0
|
||||
|
Loading…
x
Reference in New Issue
Block a user