mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
push changes
This commit is contained in:
parent
f019012d29
commit
c8158357ae
@ -163,7 +163,7 @@ LegoPlantManager* PlantManager();
|
|||||||
LegoWorld* GetCurrentWorld();
|
LegoWorld* GetCurrentWorld();
|
||||||
LegoUnkSaveDataWriter* GetUnkSaveDataWriter();
|
LegoUnkSaveDataWriter* GetUnkSaveDataWriter();
|
||||||
GifManager* GetGifManager();
|
GifManager* GetGifManager();
|
||||||
void FUN_10015820(MxU32, MxU32);
|
void FUN_10015820(MxBool p_unk1, MxU32 p_unk2);
|
||||||
void FUN_10015860(const char*, MxU8);
|
void FUN_10015860(const char*, MxU8);
|
||||||
LegoEntity* FindEntityByAtomIdOrEntityId(const MxAtomId& p_atom, MxS32 p_entityid);
|
LegoEntity* FindEntityByAtomIdOrEntityId(const MxAtomId& p_atom, MxS32 p_entityid);
|
||||||
MxDSAction& GetCurrentAction();
|
MxDSAction& GetCurrentAction();
|
||||||
|
|||||||
@ -206,10 +206,10 @@ GifManager* GetGifManager()
|
|||||||
return LegoOmni::GetInstance()->GetGifManager();
|
return LegoOmni::GetInstance()->GetGifManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10015820
|
// FUNCTION: LEGO1 0x10015820
|
||||||
void FUN_10015820(MxU32, MxU32)
|
void FUN_10015820(MxBool p_unk1, MxU32 p_unk2)
|
||||||
{
|
{
|
||||||
// TODO
|
LegoOmni::GetInstance()->FUN_1005b4f0(p_unk1, p_unk2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10015860
|
// STUB: LEGO1 0x10015860
|
||||||
@ -689,11 +689,11 @@ void LegoOmni::FUN_1005b4f0(MxBool p_unk1, MxU32 p_unk2)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (p_unk2 & 2) {
|
if (p_unk2 & 2) {
|
||||||
((LegoVideoManager*)m_videoManager)->SetUnkE4(FALSE);
|
((LegoVideoManager*)m_videoManager)->SetRender3D(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p_unk2 & 4) {
|
if (p_unk2 & 4) {
|
||||||
m_videoManager->GetDisplaySurface()->FUN_100ba640();
|
m_videoManager->GetDisplaySurface()->ClearScreen();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user