mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement LegoVideoManager::FUN_1007c520 (#803)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user