From 43e753a06fd7551ef4340270f721a492dfa9a3b7 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Fri, 15 Mar 2024 18:52:31 -0400 Subject: [PATCH] format --- LEGO1/lego/legoomni/src/worlds/hospital.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/worlds/hospital.cpp b/LEGO1/lego/legoomni/src/worlds/hospital.cpp index fd7d0cf9..66ca8e83 100644 --- a/LEGO1/lego/legoomni/src/worlds/hospital.cpp +++ b/LEGO1/lego/legoomni/src/worlds/hospital.cpp @@ -189,13 +189,13 @@ MxResult Hospital::Tickle() MxLong time = Timer()->GetTime(); if (m_unk0x118 != 0) { - if (300 < (MxLong)(time - m_unk0x11c)) { + if (300 < (MxLong) (time - m_unk0x11c)) { m_unk0x11c = time; g_unk0x100f791c = !g_unk0x100f791c; m_unk0x110->Enable(g_unk0x100f791c); } - if (200 < (MxLong)(time - m_unk0x120)) { + if (200 < (MxLong) (time - m_unk0x120)) { m_unk0x120 = time; g_unk0x100f7920 = !g_unk0x100f7920; m_unk0x114->Enable(g_unk0x100f7920);