mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
Create MxSoundManager in LegoSoundManager for now
This commit is contained in:
parent
cb8c143ce5
commit
762681a821
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void LegoSoundManager::Destroy(MxBool p_fromDestructor)
|
||||||
// STUB: LEGO1 0x100299f0
|
// STUB: LEGO1 0x100299f0
|
||||||
MxResult LegoSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread)
|
MxResult LegoSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread)
|
||||||
{
|
{
|
||||||
return SUCCESS;
|
return MxSoundManager::Create(p_frequencyMS, p_createThread);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1002a390
|
// FUNCTION: LEGO1 0x1002a390
|
||||||
|
|
Loading…
Reference in a new issue