mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphic
svn-id: r45369
This commit is contained in:
parent
410c298757
commit
6e5dd8e357
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user