mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Code clarity
This commit is contained in:
parent
8d2489ba3f
commit
34d860b71a
@ -482,7 +482,7 @@ MxResult Infocenter::Tickle()
|
||||
else if (m_unk0x1d6 > 3900 && m_unk0x1d6 < 4150) {
|
||||
ControlManager()->FUN_100293c0(0x10, m_atom.GetInternal(), 1);
|
||||
}
|
||||
else if (4400 < m_unk0x1d6) {
|
||||
else if (m_unk0x1d6 > 4400) {
|
||||
ControlManager()->FUN_100293c0(0x10, m_atom.GetInternal(), 0);
|
||||
m_unk0x1d6 = 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user