This commit is contained in:
Ramen2X 2024-03-15 18:52:31 -04:00
parent 6baeffef44
commit 43e753a06f

View File

@ -189,13 +189,13 @@ MxResult Hospital::Tickle()
MxLong time = Timer()->GetTime(); MxLong time = Timer()->GetTime();
if (m_unk0x118 != 0) { if (m_unk0x118 != 0) {
if (300 < (MxLong)(time - m_unk0x11c)) { if (300 < (MxLong) (time - m_unk0x11c)) {
m_unk0x11c = time; m_unk0x11c = time;
g_unk0x100f791c = !g_unk0x100f791c; g_unk0x100f791c = !g_unk0x100f791c;
m_unk0x110->Enable(g_unk0x100f791c); m_unk0x110->Enable(g_unk0x100f791c);
} }
if (200 < (MxLong)(time - m_unk0x120)) { if (200 < (MxLong) (time - m_unk0x120)) {
m_unk0x120 = time; m_unk0x120 = time;
g_unk0x100f7920 = !g_unk0x100f7920; g_unk0x100f7920 = !g_unk0x100f7920;
m_unk0x114->Enable(g_unk0x100f7920); m_unk0x114->Enable(g_unk0x100f7920);