aboutsummaryrefslogtreecommitdiff
path: root/engines/access/martian
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/martian')
-rw-r--r--engines/access/martian/martian_resources.cpp2
-rw-r--r--engines/access/martian/martian_resources.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp
index c7f905413a..474ec2f71c 100644
--- a/engines/access/martian/martian_resources.cpp
+++ b/engines/access/martian/martian_resources.cpp
@@ -738,7 +738,7 @@ const byte CREDIT_DATA[] = {
0x0B, 0x00, 0xFF, 0xFF, 0xF4, 0x01, 0xFF, 0xFF, 0xFF, 0xFF
};
-const byte ICON_DATA[] = {
+const byte ICON_PALETTE[] = {
0x3F, 0x3F, 0x00, 0x00, 0x07, 0x16,
0x00, 0x0A, 0x1A, 0x00, 0x0D, 0x1F,
0x00, 0x11, 0x28, 0x00, 0x15, 0x30,
diff --git a/engines/access/martian/martian_resources.h b/engines/access/martian/martian_resources.h
index de195c466e..2eb810ac80 100644
--- a/engines/access/martian/martian_resources.h
+++ b/engines/access/martian/martian_resources.h
@@ -55,7 +55,7 @@ extern const int SIDEOFFU[];
extern const int SIDEOFFD[];
extern const byte CREDIT_DATA[];
-extern const byte ICON_DATA[];
+extern const byte ICON_PALETTE[];
extern const int RMOUSE[10][2];