mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
TOON: Remove unused variable
This commit is contained in:
parent
218d82c62b
commit
185536e4b1
@ -393,7 +393,6 @@ void AudioStreamInstance::decodeADPCM(uint8 *comp, int16 *dest, int32 packetSize
|
||||
void AudioStreamInstance::play(bool fade, Audio::Mixer::SoundType soundType) {
|
||||
debugC(1, kDebugAudio, "play(%d)", (fade) ? 1 : 0);
|
||||
|
||||
Audio::SoundHandle soundHandle;
|
||||
_stopped = false;
|
||||
_fadingIn = fade;
|
||||
_fadeTime = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user