GOB: Shut up VS2010 code analysis warning
This commit is contained in:
parent
c15b858765
commit
804f0f3e47
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue