From e7e0810c9c93c14cbf861cf2c3e531126cb411df Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 25 Jan 2010 11:26:32 +0000 Subject: SCI: changed comment about amiga palette inside picture class (removed TODO as well) svn-id: r47553 --- engines/sci/graphics/picture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/graphics/picture.cpp b/engines/sci/graphics/picture.cpp index e5dc8110d6..b5b07c5e74 100644 --- a/engines/sci/graphics/picture.cpp +++ b/engines/sci/graphics/picture.cpp @@ -560,7 +560,7 @@ void SciGuiPicture::drawVectorData(byte *data, int dataSize) { // Left-Over VGA palette, we simply ignore it curPos += 256 + 4 + 768; } else { - // Some sort of 32 byte amiga palette, TODO: Find out whats in there + // Setting half of the amiga palette _palette->modifyAmigaPalette(&data[curPos]); curPos += 32; } -- cgit v1.2.3