format fix

This commit is contained in:
Misha 2024-02-02 15:39:29 -05:00
parent a1197e4420
commit e8cf65b866
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 1 additions and 2 deletions

View File

@ -481,7 +481,6 @@ void LegoGameState::SwitchArea(MxU32 p_area)
script = g_infoscorScript;
break;
// TODO: implement other cases
default: {

View File

@ -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;
}
}
}