Implement LegoVideoManager::FUN_1007c520

This commit is contained in:
Misha 2024-04-14 16:15:42 -04:00
parent e251ddb17d
commit e566933062
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -500,10 +500,16 @@ void LegoVideoManager::UpdateView(MxU32 p_x, MxU32 p_y, MxU32 p_width, MxU32 p_h
}
}
// STUB: LEGO1 0x1007c520
// FUNCTION: LEGO1 0x1007c520
void LegoVideoManager::FUN_1007c520()
{
// TODO
m_unk0xe5 = TRUE;
m_render3d = FALSE;
m_videoParam.GetPalette()->SetOverrideSkyColor(FALSE);
m_displaySurface->ClearScreen();
InputManager()->EnableInputProcessing();
InputManager()->SetUnknown335(TRUE);
}
// STUB: LEGO1 0x1007c560