revert vtable1c match-hack

This reverts commit 7b88625988.
This commit is contained in:
Ramen2X 2023-10-27 18:22:11 -04:00
parent 7b88625988
commit 7fd4d397ce

View File

@ -107,8 +107,7 @@ MxBool MxRegion::vtable1c(MxRect32& p_rect)
MxRegionTopBottom* topBottom;
while (cursor.Next(topBottom)) {
MxS32 top = topBottom->m_top;
if ((topBottom->m_top = top) >= p_rect.m_bottom)
if (topBottom->m_top >= p_rect.m_bottom)
return FALSE;
if (topBottom->m_bottom > p_rect.m_top && topBottom->FUN_100c57b0(p_rect))
return TRUE;