mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Add space
This commit is contained in:
parent
f34e8df745
commit
7b55e08119
@ -52,6 +52,7 @@ MxResult Lego3DSound::Create(LPDIRECTSOUNDBUFFER p_directSoundBuffer, const char
|
|||||||
if (m_ds3dBuffer == NULL || p_name == NULL) {
|
if (m_ds3dBuffer == NULL || p_name == NULL) {
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CharacterManager()->Exists(p_name)) {
|
if (CharacterManager()->Exists(p_name)) {
|
||||||
m_roi = CharacterManager()->GetROI(p_name, TRUE);
|
m_roi = CharacterManager()->GetROI(p_name, TRUE);
|
||||||
m_unk0x14 = m_isCharacter = TRUE;
|
m_unk0x14 = m_isCharacter = TRUE;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user