mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix regression in LegoWorld::Enable
This commit is contained in:
parent
4d3481d2bd
commit
c327b0c5fa
@ -726,7 +726,11 @@ void LegoWorld::Enable(MxBool p_enable)
|
||||
SetIsWorldActive(TRUE);
|
||||
#endif
|
||||
}
|
||||
#ifndef BETA10
|
||||
else if (!p_enable && m_set0xd0.size() == 0) {
|
||||
#else
|
||||
else if (!p_enable && m_set0xd0.size() != 0) {
|
||||
#endif
|
||||
MxPresenter* presenter;
|
||||
LegoPathController* controller;
|
||||
LegoPathActor* actor = UserActor();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user