mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Clear unknowns in LegoWorld
(#1674)
This commit is contained in:
@@ -101,7 +101,7 @@ MxLong LegoRace::Notify(MxParam& p_param)
|
||||
// FUNCTION: BETA10 0x100c7c3f
|
||||
void LegoRace::Enable(MxBool p_enable)
|
||||
{
|
||||
if (GetUnknown0xd0Empty() != p_enable && !p_enable) {
|
||||
if (NoDisabledObjects() != p_enable && !p_enable) {
|
||||
Remove(UserActor());
|
||||
|
||||
MxU8 oldActorId = GameState()->GetActorId();
|
||||
|
Reference in New Issue
Block a user