mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
HYPNO: correctly initialize noAmmoSoundRate
This commit is contained in:
parent
01b15ef4d5
commit
228a6e5e32
@ -606,6 +606,7 @@ public:
|
||||
enemySoundRate = 0;
|
||||
hitSoundRate = 0;
|
||||
additionalSoundRate = 0;
|
||||
noAmmoSoundRate = 0;
|
||||
}
|
||||
void clear() {
|
||||
nextLevelVideo.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user