mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
fix endian bug
svn-id: r5528
This commit is contained in:
parent
8cd0f3b767
commit
9c27a99821
@ -3303,7 +3303,7 @@ void SimonState::readSfxFile(const char *filename)
|
||||
vc_29_stop_all_sounds();
|
||||
|
||||
_effects_file->seek(4, SEEK_SET);
|
||||
_effects_file->read(&size, sizeof(uint32));
|
||||
size = _effects_file->readUint32LE();
|
||||
|
||||
num = size / sizeof(uint32);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user