mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 11:11:15 +00:00
MxBackgroundAudioManager::m_unk0x13c is a MxS32
This commit is contained in:
parent
dd802c7768
commit
b4ab277272
@ -104,7 +104,7 @@ void MxBackgroundAudioManager::FUN_1007ee70()
|
||||
m_unk0x138 = NULL;
|
||||
m_action2.SetObjectId(-1);
|
||||
m_action2.SetAtomId(MxAtomId());
|
||||
m_unk0x13c = NULL;
|
||||
m_unk0x13c = 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -133,7 +133,7 @@ void MxBackgroundAudioManager::FUN_1007ef40()
|
||||
m_unk0x138 = NULL;
|
||||
m_action2.SetObjectId(-1);
|
||||
m_action2.SetAtomId(MxAtomId());
|
||||
m_unk0x13c = NULL;
|
||||
m_unk0x13c = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user