mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
match MxRegion::vtable1c
This commit is contained in:
@@ -107,7 +107,8 @@ MxBool MxRegion::vtable1c(MxRect32& p_rect)
|
|||||||
MxRegionTopBottom* topBottom;
|
MxRegionTopBottom* topBottom;
|
||||||
|
|
||||||
while (cursor.Next(topBottom)) {
|
while (cursor.Next(topBottom)) {
|
||||||
if (topBottom->m_top >= p_rect.m_bottom)
|
MxS32 top = topBottom->m_top;
|
||||||
|
if ((topBottom->m_top = top) >= p_rect.m_bottom)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (topBottom->m_bottom > p_rect.m_top && topBottom->FUN_100c57b0(p_rect))
|
if (topBottom->m_bottom > p_rect.m_top && topBottom->FUN_100c57b0(p_rect))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Reference in New Issue
Block a user