From f39699517320cbccca7f2705c451efa60c781773 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Feb 2006 00:33:12 +0000 Subject: Use static/const on data tables when possible (this helps the compiler to optimize things better) svn-id: r20853 --- engines/cine/part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/part.cpp') diff --git a/engines/cine/part.cpp b/engines/cine/part.cpp index ea627c9b90..7f1e8a2b8e 100644 --- a/engines/cine/part.cpp +++ b/engines/cine/part.cpp @@ -103,7 +103,7 @@ void freePartRange(uint8 startIdx, uint8 numIdx) { void closePart(void) { } -const char *bundleNames[] = { +static const char *bundleNames[] = { "EGOUBASE", "LABYBASE", "PROCEGOU", -- cgit v1.2.3