Add space

This commit is contained in:
Christian Semmler 2024-06-01 11:46:56 -04:00
parent f34e8df745
commit 7b55e08119

View File

@ -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;