diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/video/codecs/indeo3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/indeo3.cpp b/graphics/video/codecs/indeo3.cpp index 630ebaa81d..443340de2f 100644 --- a/graphics/video/codecs/indeo3.cpp +++ b/graphics/video/codecs/indeo3.cpp @@ -342,7 +342,7 @@ Surface *Indeo3Decoder::decodeImage(Common::SeekableReadStream *stream) { srcUP += chromaWidth; srcVP += chromaWidth; } - if (y < (fHeight - 4)) { + if (y < (fHeight - 4U)) { srcUN += chromaWidth; srcVN += chromaWidth; } |