aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2002-09-13 11:59:43 +0000
committerMax Horn2002-09-13 11:59:43 +0000
commitecdb98a0eea111bf0c464fbea3aefa8a102590fc (patch)
treeed889fe83fdaa7e322165fdac77a4378f095c8db /scumm/sound.h
parent364806e4e474701a9f022b1b3290ce2edaf19d88 (diff)
downloadscummvm-rg350-ecdb98a0eea111bf0c464fbea3aefa8a102590fc.tar.gz
scummvm-rg350-ecdb98a0eea111bf0c464fbea3aefa8a102590fc.tar.bz2
scummvm-rg350-ecdb98a0eea111bf0c464fbea3aefa8a102590fc.zip
patch #608226 (Sam & Max sound fix)
svn-id: r4926
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 39aba83778..773fc51787 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -54,7 +54,7 @@ enum {
int _talkChannel; /* Mixer channel actor is talking on */
File *_sfxFile;
- uint32 _talk_sound_a, _talk_sound_b;
+ uint32 _talk_sound_a1, _talk_sound_a2, _talk_sound_b1, _talk_sound_b2;
byte _talk_sound_mode;
int _talk_sound_frame;
bool _mouthSyncMode;