From f1a1938253cb6f0fb5db77627eed2cff0734d371 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 14 Jul 2012 03:07:48 +0200 Subject: GRAPHICS: Serialize PixelFormat for thumbnails and allow 4Bpp surfaces. This allows any 2Bpp/4Bpp Surfaces to be written via saveThumbnail and loadThumbnail now. It furthermore will preserve the loaded Surface in loadThumbnail. --- graphics/thumbnail.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics/thumbnail.h') diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h index df99568f42..45a0fdbf07 100644 --- a/graphics/thumbnail.h +++ b/graphics/thumbnail.h @@ -50,8 +50,6 @@ bool skipThumbnail(Common::SeekableReadStream &in); /** * Loads a thumbnail from the given input stream. - * The loaded thumbnail will be automatically converted to the - * current overlay pixelformat. */ Graphics::Surface *loadThumbnail(Common::SeekableReadStream &in); -- cgit v1.2.3