mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
fix for bug #633082; added some asserts to catch similiar problems in the future
svn-id: r5420
This commit is contained in:
parent
0e7e17be7c
commit
d6adddb792
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user