Core: AudioInterfaceHandler::m_Status not being reset on game load/reset
This commit is contained in:
parent
fae1de846a
commit
8e5efea6f7
|
@ -222,6 +222,7 @@ void AudioInterfaceHandler::LoadedGameState(void)
|
||||||
|
|
||||||
void AudioInterfaceHandler::SystemReset(void)
|
void AudioInterfaceHandler::SystemReset(void)
|
||||||
{
|
{
|
||||||
|
m_Status = 0;
|
||||||
m_SecondBuff = 0;
|
m_SecondBuff = 0;
|
||||||
m_BytesPerSecond = 0;
|
m_BytesPerSecond = 0;
|
||||||
m_CountsPerByte = g_System->AiCountPerBytes();
|
m_CountsPerByte = g_System->AiCountPerBytes();
|
||||||
|
|
Loading…
Reference in New Issue