From 7b55e08119bb86e4d72e2217d2743c3937b74c55 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 1 Jun 2024 11:46:56 -0400 Subject: [PATCH] Add space --- LEGO1/lego/legoomni/src/audio/lego3dsound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/lego/legoomni/src/audio/lego3dsound.cpp b/LEGO1/lego/legoomni/src/audio/lego3dsound.cpp index e55668ee..ca4dbb9e 100644 --- a/LEGO1/lego/legoomni/src/audio/lego3dsound.cpp +++ b/LEGO1/lego/legoomni/src/audio/lego3dsound.cpp @@ -52,6 +52,7 @@ MxResult Lego3DSound::Create(LPDIRECTSOUNDBUFFER p_directSoundBuffer, const char if (m_ds3dBuffer == NULL || p_name == NULL) { return SUCCESS; } + if (CharacterManager()->Exists(p_name)) { m_roi = CharacterManager()->GetROI(p_name, TRUE); m_unk0x14 = m_isCharacter = TRUE;