diff --git a/src/lib/objgfx40/ogSprite.cpp b/src/lib/objgfx40/ogSprite.cpp index 7381123..53254aa 100644 --- a/src/lib/objgfx40/ogSprite.cpp +++ b/src/lib/objgfx40/ogSprite.cpp @@ -313,7 +313,7 @@ * for storing the complete size. This allows easy indexing of images, * since you can figure out exactly how much the image will take up on * disk. This function computes the size in the exact order it is on disk. - * If the image is 8bpp, then there is a 768 byte palette stored after the + * If the image is 8bpp, then there is a 1024 byte palette stored after the * image data along with an extra sizeof(uInt32) for the palette size in * bytes. Currently we store the entire palette, but later I expect we * will add the ability to optimize the palette so only used entries are