aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-29 06:03:56 +0000
committerJohannes Schickel2009-08-29 06:03:56 +0000
commit2bddb682898841f88758d033f562615671847663 (patch)
treece477088bfbbe47148a1f99030eeea7ebe98625c
parent19920fece2e164f1685c1f98faf1d3cff604f3ea (diff)
downloadscummvm-rg350-2bddb682898841f88758d033f562615671847663.tar.gz
scummvm-rg350-2bddb682898841f88758d033f562615671847663.tar.bz2
scummvm-rg350-2bddb682898841f88758d033f562615671847663.zip
- Added static and const to static data.
- Slight formatting fixes. svn-id: r43786
-rw-r--r--engines/sci/engine/static_selectors.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/sci/engine/static_selectors.cpp b/engines/sci/engine/static_selectors.cpp
index bdfa320ac4..eb775fa7ad 100644
--- a/engines/sci/engine/static_selectors.cpp
+++ b/engines/sci/engine/static_selectors.cpp
@@ -38,14 +38,14 @@ struct SelectorRemap {
const int handleIndex = 41;
const int canBeHereIndex = 54;
-const char *selectorNamesFirstPart[] = {
- "y", "x", "view", "loop", "cel", // 0 - 4
- "underBits", "nsTop", "nsLeft", "nsBottom", "nsRight", // 5 - 9
- "lsTop", "lsLeft", "lsBottom", "lsRight", "signal", // 10 - 14
- "illegalBits", "brTop", "brLeft", "brBottom", "brRight", // 15 - 19
- "name", "key", "time", "text", "elements", // 20 - 24
- "color", "back", "mode", "style", "state", // 25 - 29
- "font", "type", "window", "cursor", "max", // 30 - 34
+static const char * const selectorNamesFirstPart[] = {
+ "y", "x", "view", "loop", "cel", // 0 - 4
+ "underBits", "nsTop", "nsLeft", "nsBottom", "nsRight", // 5 - 9
+ "lsTop", "lsLeft", "lsBottom", "lsRight", "signal", // 10 - 14
+ "illegalBits", "brTop", "brLeft", "brBottom", "brRight", // 15 - 19
+ "name", "key", "time", "text", "elements", // 20 - 25
+ "color", "back", "mode", "style", "state", // 25 - 29
+ "font", "type", "window", "cursor", "max", // 30 - 34
"mark", "who", "message", "edit", "play", // 35 - 39
"number", "nodePtr", "client", "dx", "dy", // 40 - 44
"b-moveCnt", "b-i1", "b-i2", "b-di", "b-xAxis", // 45 - 49