mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
GOB: Make GCC happier.
svn-id: r52956
This commit is contained in:
parent
6bbfac77af
commit
02e759aad3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user