Implement LegoVideoManager::FUN_1007c520 (#803)

This commit is contained in:
Misha 2024-04-14 16:23:32 -04:00 committed by GitHub
parent e251ddb17d
commit 540bcc61ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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() 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 // STUB: LEGO1 0x1007c560