mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match remaining MxWavePresenter functions (#294)
* Implement/match remaining MxWavePresenter functions * Name m_unk65 * Match WriteToSoundBuffer * Remove header * Match StreamingTickle * Name more variables * Give names to some things
This commit is contained in:

committed by
GitHub

parent
a577b393bf
commit
1d3ce6b0aa
@@ -409,7 +409,7 @@ void MxOmni::StartTimer()
|
||||
{
|
||||
if (m_timerRunning == FALSE && m_timer != NULL && m_soundManager != NULL) {
|
||||
m_timer->Start();
|
||||
m_soundManager->vtable0x34();
|
||||
m_soundManager->Pause();
|
||||
m_timerRunning = TRUE;
|
||||
}
|
||||
}
|
||||
@@ -419,7 +419,7 @@ void MxOmni::StopTimer()
|
||||
{
|
||||
if (m_timerRunning != FALSE && m_timer != NULL && m_soundManager != NULL) {
|
||||
m_timer->Stop();
|
||||
m_soundManager->vtable0x38();
|
||||
m_soundManager->Resume();
|
||||
m_timerRunning = FALSE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user