GOB: Make GCC happier.

svn-id: r52956
This commit is contained in:
Torbjörn Andersson 2010-09-30 15:22:52 +00:00
parent 6bbfac77af
commit 02e759aad3

View File

@ -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;
}