mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 07:37:59 -05:00
Implement LegoVideoManager::FUN_1007c520 (#803)
This commit is contained in:
parent
e251ddb17d
commit
540bcc61ad
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue