mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TSAGE: Fix R2R loading of voice index
This commit is contained in:
@@ -2534,7 +2534,7 @@ void PlayStream::ResFileData::load(Common::SeekableReadStream &stream) {
|
||||
_indexSize = stream.readUint16LE();
|
||||
_chunkSize = stream.readUint16LE();
|
||||
|
||||
stream.skip(20);
|
||||
stream.skip(18);
|
||||
}
|
||||
|
||||
PlayStream::PlayStream(): EventHandler() {
|
||||
|
||||
Reference in New Issue
Block a user