diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pict.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pict.cpp b/graphics/pict.cpp index 0f4dcd463f..dcd0df8e10 100644 --- a/graphics/pict.cpp +++ b/graphics/pict.cpp @@ -467,7 +467,7 @@ void PictDecoder::skipBitsRect(Common::SeekableReadStream *stream, bool hasPalet stream->readUint16BE(); uint16 packType; - uint16 pixelSize; + uint16 pixelSize; // FIXME: unused // Top two bits signify PixMap vs BitMap if (rowBytes & 0xC000) { |