mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 16:13:02 +00:00
Rename MxDSSubscriber functions (#573)
This commit is contained in:
committed by
GitHub
parent
332d8da695
commit
1d189b013d
@@ -49,7 +49,7 @@ void LegoLoadCacheSoundPresenter::ReadyTickle()
|
||||
m_cacheSound = new LegoCacheSound;
|
||||
memcpy(&m_pcmWaveFormat, &header->m_pcmWaveFormat, sizeof(m_pcmWaveFormat));
|
||||
|
||||
m_subscriber->DestroyChunk(chunk);
|
||||
m_subscriber->FreeDataChunk(chunk);
|
||||
ProgressTickleState(e_streaming);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user