aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.cpp
diff options
context:
space:
mode:
authorMax Horn2006-02-25 00:33:12 +0000
committerMax Horn2006-02-25 00:33:12 +0000
commitf39699517320cbccca7f2705c451efa60c781773 (patch)
tree83068eca9a9d8eeda5adea2aa8190e0c2b75ce63 /engines/cine/part.cpp
parent2fc23c85da1c69eb6a88fecf51f677bbeeca2b96 (diff)
downloadscummvm-rg350-f39699517320cbccca7f2705c451efa60c781773.tar.gz
scummvm-rg350-f39699517320cbccca7f2705c451efa60c781773.tar.bz2
scummvm-rg350-f39699517320cbccca7f2705c451efa60c781773.zip
Use static/const on data tables when possible (this helps the compiler to optimize things better)
svn-id: r20853
Diffstat (limited to 'engines/cine/part.cpp')
-rw-r--r--engines/cine/part.cpp2
1 files changed, 1 insertions, 1 deletions
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",