aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/audio.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-06-06 10:54:28 +0200
committerAlyssa Milburn2011-06-06 10:55:36 +0200
commit7c4f772e7e539b7a17d1ae3b7aa9d981b0ade1d5 (patch)
tree2ce5c67216f686b297c75c36cbb2fa24bfd56041 /engines/toon/audio.h
parent506bd3c3a64c56868d8445745310ef912c9b7403 (diff)
downloadscummvm-rg350-7c4f772e7e539b7a17d1ae3b7aa9d981b0ade1d5.tar.gz
scummvm-rg350-7c4f772e7e539b7a17d1ae3b7aa9d981b0ade1d5.tar.bz2
scummvm-rg350-7c4f772e7e539b7a17d1ae3b7aa9d981b0ade1d5.zip
TOON: Tidy up decodeADPCM.
Diffstat (limited to 'engines/toon/audio.h')
-rw-r--r--engines/toon/audio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/audio.h b/engines/toon/audio.h
index 52ca21b075..61a534265e 100644
--- a/engines/toon/audio.h
+++ b/engines/toon/audio.h
@@ -84,8 +84,8 @@ protected:
Audio::SoundHandle _handle;
Audio::Mixer::SoundType _soundType;
Audio::Mixer *_mixer;
- int32 _lastADPCMval1;
- int32 _lastADPCMval2;
+ int32 _lastSample;
+ int32 _lastStepIndex;
bool _stopped;
AudioManager *_man;
int32 _totalSize;