mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
LASTEXPRESS: Fix comparison in sound entry serialization. CID 1004148
This commit is contained in:
parent
4f78d1faec
commit
0a4cf53df1
@ -366,7 +366,7 @@ void SoundEntry::saveLoadWithSerializer(Common::Serializer &s) {
|
||||
assert(_name1.size() <= 16);
|
||||
assert(_name2.size() <= 16);
|
||||
|
||||
if (_name2.matchString("NISSND?") && (_status.status & kFlagType7) != kFlag3) {
|
||||
if (_name2.matchString("NISSND?") && (_status.status & kFlagType9) != kFlag3) {
|
||||
s.syncAsUint32LE(_status.status);
|
||||
s.syncAsUint32LE(_type);
|
||||
s.syncAsUint32LE(_blockCount); // field_8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user