mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Update mxwavepresenter.cpp
This commit is contained in:
parent
f5caa1c3c0
commit
ecb017149d
@ -152,7 +152,7 @@ void MxWavePresenter::StartingTickle()
|
||||
EndAction();
|
||||
}
|
||||
else {
|
||||
vtable60(((MxDSSound*) m_action)->GetVolume());
|
||||
SetVolume(((MxDSSound*) m_action)->GetVolume());
|
||||
m_previousTickleStates |= 1 << (unsigned char) m_currentTickleState;
|
||||
m_currentTickleState = TickleState_Streaming;
|
||||
}
|
||||
@ -191,7 +191,7 @@ void MxWavePresenter::EndAction()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b2300 STUB
|
||||
void MxWavePresenter::vtable60(undefined4)
|
||||
void MxWavePresenter::SetVolume(MxU32 p_volume)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user