aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/palette.cpp')
-rw-r--r--engines/drascula/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/palette.cpp b/engines/drascula/palette.cpp
index ba174c9237..1e51deffd9 100644
--- a/engines/drascula/palette.cpp
+++ b/engines/drascula/palette.cpp
@@ -27,7 +27,7 @@
namespace Drascula {
-const char colorTable[][3] = {
+static const char colorTable[][3] = {
{ 0, 0, 0 }, { 0x10, 0x3E, 0x28 },
{ 0, 0, 0 }, // unused
{ 0x16, 0x3F, 0x16 }, { 0x09, 0x3F, 0x12 },