aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/picture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/picture.cpp b/engines/agi/picture.cpp
index 12550aa00d..09dbefa7a4 100644
--- a/engines/agi/picture.cpp
+++ b/engines/agi/picture.cpp
@@ -343,7 +343,7 @@ void PictureMgr::plotPattern(int x, int y) {
static const uint16 circle_data[] =
{0x8000,
- 0xE000, 0xE000, 0xE000,
+ 0x0000, 0xE000, 0x0000,
0x7000, 0xF800, 0x0F800, 0x0F800, 0x7000,
0x3800, 0x7C00, 0x0FE00, 0x0FE00, 0x0FE00, 0x7C00, 0x3800,
0x1C00, 0x7F00, 0x0FF80, 0x0FF80, 0x0FF80, 0x0FF80, 0x0FF80, 0x7F00, 0x1C00,