diff options
author | Max Horn | 2002-11-05 13:56:31 +0000 |
---|---|---|
committer | Max Horn | 2002-11-05 13:56:31 +0000 |
commit | d6adddb7927f9f8be370393450210672500a420c (patch) | |
tree | 26f7e9e2690f7364693ee134c750f004c1c3c62f | |
parent | 0e7e17be7c1d55c16e16aa9079c9cf6018a5185c (diff) | |
download | scummvm-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
-rw-r--r-- | scumm/sound.h | 2 |
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 |