mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 03:31:15 +00:00
format fix
This commit is contained in:
parent
a1197e4420
commit
e8cf65b866
@ -481,7 +481,6 @@ void LegoGameState::SwitchArea(MxU32 p_area)
|
|||||||
script = g_infoscorScript;
|
script = g_infoscorScript;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
// TODO: implement other cases
|
// TODO: implement other cases
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
|
|||||||
@ -135,7 +135,7 @@ MxControlPresenter* LegoControlManager::FUN_100294e0(MxS32 p_x, MxS32 p_y)
|
|||||||
|
|
||||||
while (cursor.Next(control)) {
|
while (cursor.Next(control)) {
|
||||||
if (((MxControlPresenter*) control)->FUN_10044270(p_x, p_y, presenter)) {
|
if (((MxControlPresenter*) control)->FUN_10044270(p_x, p_y, presenter)) {
|
||||||
return (MxControlPresenter*)control;
|
return (MxControlPresenter*) control;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user