mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 02:01:16 +00:00
Rename
This commit is contained in:
parent
afcef92cc6
commit
420c359780
@ -32,7 +32,7 @@ class Lego3DWavePresenter : public MxWavePresenter {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
undefined m_unk0x6c[4]; // 0x6c
|
undefined m_unk0x6c[4]; // 0x6c
|
||||||
Lego3DSound m_3dsound; // 0x70
|
Lego3DSound m_sound; // 0x70
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGO3DWAVEPRESENTER_H
|
#endif // LEGO3DWAVEPRESENTER_H
|
||||||
|
|||||||
@ -49,7 +49,7 @@ void Lego3DWavePresenter::StartingTickle()
|
|||||||
m_compositePresenter->GetAction()->GetExtra(extraLength, buff);
|
m_compositePresenter->GetAction()->GetExtra(extraLength, buff);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_3dsound.Create(m_dsBuffer, buff, m_volume) != SUCCESS) {
|
if (m_sound.Create(m_dsBuffer, buff, m_volume) != SUCCESS) {
|
||||||
m_dsBuffer->Release();
|
m_dsBuffer->Release();
|
||||||
m_dsBuffer = NULL;
|
m_dsBuffer = NULL;
|
||||||
EndAction();
|
EndAction();
|
||||||
@ -62,5 +62,5 @@ void Lego3DWavePresenter::StartingTickle()
|
|||||||
void Lego3DWavePresenter::StreamingTickle()
|
void Lego3DWavePresenter::StreamingTickle()
|
||||||
{
|
{
|
||||||
MxWavePresenter::StreamingTickle();
|
MxWavePresenter::StreamingTickle();
|
||||||
m_3dsound.FUN_100118e0(m_dsBuffer);
|
m_sound.FUN_100118e0(m_dsBuffer);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user