Create MxSoundManager in LegoSoundManager for now

This commit is contained in:
Christian Semmler 2023-12-25 13:34:13 -05:00
parent cb8c143ce5
commit 762681a821
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -29,7 +29,7 @@ void LegoSoundManager::Destroy(MxBool p_fromDestructor)
// STUB: LEGO1 0x100299f0
MxResult LegoSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread)
{
return SUCCESS;
return MxSoundManager::Create(p_frequencyMS, p_createThread);
}
// FUNCTION: LEGO1 0x1002a390