mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GOB: Shut up VS2010 code analysis warning
This commit is contained in:
parent
c15b858765
commit
804f0f3e47
@ -336,7 +336,7 @@ bool SavePartSprite::read(Common::ReadStream &stream) {
|
||||
|
||||
// If it's in the current format, the true color flag has to be the same too
|
||||
if (!_oldFormat)
|
||||
if (stream.readByte() != _trueColor)
|
||||
if ((stream.readByte() != 0) != _trueColor)
|
||||
return false;
|
||||
|
||||
// Sprite data
|
||||
|
Loading…
Reference in New Issue
Block a user