mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +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;
|
||||
break;
|
||||
|
||||
|
||||
// TODO: implement other cases
|
||||
|
||||
default: {
|
||||
|
||||
@ -135,7 +135,7 @@ MxControlPresenter* LegoControlManager::FUN_100294e0(MxS32 p_x, MxS32 p_y)
|
||||
|
||||
while (cursor.Next(control)) {
|
||||
if (((MxControlPresenter*) control)->FUN_10044270(p_x, p_y, presenter)) {
|
||||
return (MxControlPresenter*)control;
|
||||
return (MxControlPresenter*) control;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user