mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
TOON: Fix sound effect archive destroy
Variable not initialized. Crashed when no sound effects were present in the room (Bug fixed thanks to Thomas) svn-id: r54076
This commit is contained in:
parent
9a704e51c1
commit
1e59b9dd2c
@ -483,6 +483,7 @@ void AudioStreamInstance::setVolume(int32 volume) {
|
||||
|
||||
AudioStreamPackage::AudioStreamPackage(ToonEngine *vm) : _vm(vm) {
|
||||
_indexBuffer = 0;
|
||||
_file = 0;
|
||||
}
|
||||
|
||||
AudioStreamPackage::~AudioStreamPackage() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user