undo useless changes

This commit is contained in:
Misha 2023-11-05 17:06:18 -05:00
parent 73ea0a22fa
commit 0f3372f9dc
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ void LegoOmni::RemoveWorld(const MxAtomId& p1, MxLong p2)
// TODO // TODO
} }
// OFFSET: LEGO1 0x1005b0c0 // OFFSET: LEGO1 0x1005b0c0 STUB
LegoEntity* LegoOmni::FindByEntityIdOrAtomId(MxAtomId& p_atom, int p_entityid) LegoEntity* LegoOmni::FindByEntityIdOrAtomId(MxAtomId& p_atom, int p_entityid)
{ {
// TODO // TODO

View File

@ -28,7 +28,7 @@ void LegoSoundManager::Destroy(MxBool p_fromDestructor)
// OFFSET: LEGO1 0x100299f0 STUB // OFFSET: LEGO1 0x100299f0 STUB
MxResult LegoSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread) MxResult LegoSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread)
{ {
return SUCCESS; return FAILURE;
} }
// OFFSET: LEGO1 0x100299a0 // OFFSET: LEGO1 0x100299a0