Implement/match Lego3DSound::UpdatePosition (#983)

This commit is contained in:
Christian Semmler
2024-06-01 13:38:13 -04:00
committed by GitHub
parent 23e5ad7d15
commit 919a3f5c49
4 changed files with 60 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ void LegoCacheSound::FUN_10006be0()
}
if (m_string0x74.GetLength() != 0 && !m_unk0x84) {
if (!m_unk0x10.FUN_100118e0(m_dsBuffer)) {
if (!m_unk0x10.UpdatePosition(m_dsBuffer)) {
if (m_unk0x6a) {
return;
}