SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphic

svn-id: r45369
This commit is contained in:
Martin Kiewitz 2009-10-25 08:46:56 +00:00
parent 410c298757
commit 6e5dd8e357

View File

@ -669,7 +669,7 @@ void SciGuiPicture::vectorFloodFill(int16 x, int16 y, byte color, byte priority,
// Bitmap for drawing sierra circles
static const byte vectorPatternCircles[8][30] = {
{ 0x01 },
{ 0x4C, 0x02 },
{ 0x72, 0x02 },
{ 0xCE, 0xF7, 0x7D, 0x0E },
{ 0x1C, 0x3E, 0x7F, 0x7F, 0x7F, 0x3E, 0x1C, 0x00 },
{ 0x38, 0xF8, 0xF3, 0xDF, 0x7F, 0xFF, 0xFD, 0xF7, 0x9F, 0x3F, 0x38 },