mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix style
This commit is contained in:
parent
f85a28e778
commit
133f1cc4f1
@ -185,8 +185,9 @@ MxLong Isle::HandleType19Notification(MxParam& p_param)
|
||||
// STUB: LEGO1 0x10031820
|
||||
void Isle::Enable(MxBool p_enable)
|
||||
{
|
||||
if (m_set0xd0.empty() == p_enable)
|
||||
if (m_set0xd0.empty() == p_enable) {
|
||||
return;
|
||||
}
|
||||
|
||||
LegoWorld::Enable(p_enable);
|
||||
m_radio.Initialize(p_enable);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user