mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-23 03:01:08 +00:00
Fix uninitialized members in idSoundWorldLocal
This commit is contained in:
parent
81a8611aba
commit
cbd59321a8
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ idSoundWorldLocal::idSoundWorldLocal
|
|||
===============
|
||||
*/
|
||||
idSoundWorldLocal::idSoundWorldLocal() {
|
||||
listenerEffect = 0;
|
||||
listenerSlot = 0;
|
||||
listenerAreFiltersInitialized = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue