diff options
-rw-r--r-- | engines/sci/graphics/picture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |