From da81c58af12467d3138caf8ee1664d7bbf290d60 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 9 Mar 2010 23:35:30 +0000 Subject: DRASCULA: Some cleanup; turn some global C++ objects into members of DrasculaEngine svn-id: r48215 --- engines/drascula/palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/drascula/palette.cpp') 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 }, -- cgit v1.2.3