aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2002-11-05 13:56:31 +0000
committerMax Horn2002-11-05 13:56:31 +0000
commitd6adddb7927f9f8be370393450210672500a420c (patch)
tree26f7e9e2690f7364693ee134c750f004c1c3c62f /scumm/sound.h
parent0e7e17be7c1d55c16e16aa9079c9cf6018a5185c (diff)
downloadscummvm-rg350-d6adddb7927f9f8be370393450210672500a420c.tar.gz
scummvm-rg350-d6adddb7927f9f8be370393450210672500a420c.tar.bz2
scummvm-rg350-d6adddb7927f9f8be370393450210672500a420c.zip
fix for bug #633082; added some asserts to catch similiar problems in the future
svn-id: r5420
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 d382a10a91..50fb655e05 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -62,7 +62,7 @@ enum {
int _talk_sound_frame;
bool _mouthSyncMode;
bool _endOfMouthSync;
- uint16 _mouthSyncTimes[52];
+ uint16 _mouthSyncTimes[64];
uint _curSoundPos;
MP3OffsetTable *offset_table; // SO3 MP3 compressed audio