This commit is contained in:
Filip Gawin
2020-12-25 01:29:18 +01:00
parent 35473e653d
commit 19cc1d7854
2 changed files with 69 additions and 72 deletions

View File

@@ -803,7 +803,7 @@ cAudioManager::AddReleasingSounds()
if (sample.m_nReleasingVolumeModificator < 20)
++sample.m_nReleasingVolumeModificator;
}
sample.m_bReleasingSoundFlag = 0;
sample.m_bReleasingSoundFlag = false;
}
memcpy(&m_sQueueSample, &sample, sizeof(tSound));
AddSampleToRequestedQueue();