Fix style

This commit is contained in:
Christian Semmler 2024-02-02 12:13:20 -05:00
parent f85a28e778
commit 133f1cc4f1

View File

@ -185,8 +185,9 @@ MxLong Isle::HandleType19Notification(MxParam& p_param)
// STUB: LEGO1 0x10031820 // STUB: LEGO1 0x10031820
void Isle::Enable(MxBool p_enable) void Isle::Enable(MxBool p_enable)
{ {
if (m_set0xd0.empty() == p_enable) if (m_set0xd0.empty() == p_enable) {
return; return;
}
LegoWorld::Enable(p_enable); LegoWorld::Enable(p_enable);
m_radio.Initialize(p_enable); m_radio.Initialize(p_enable);