Even more small audio cleanup

This commit is contained in:
Sergeanur 2020-05-23 23:25:14 +03:00
parent f2790f610b
commit ac208ce02c
2 changed files with 5 additions and 5 deletions

View file

@ -39,8 +39,8 @@ cAudioManager::cAudioManager()
}
m_nAudioEntitiesTotal = 0;
m_FrameCounter = 0;
m_bFifthFrameFlag = 0;
m_bTimerJustReset = 0;
m_bFifthFrameFlag = false;
m_bTimerJustReset = false;
m_nTimer = 0;
}