mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 23:14:08 +00:00
Even more small audio cleanup
This commit is contained in:
parent
f2790f610b
commit
ac208ce02c
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue