aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/closing.cpp
diff options
context:
space:
mode:
authorStrangerke2013-10-04 18:02:51 +0200
committerStrangerke2013-10-04 18:02:51 +0200
commit0ec40a5f80ca04842bd4b98e34a114a34821e691 (patch)
tree8e04488662bd8b0f5c41f196a2dec1318013e5fd /engines/avalanche/closing.cpp
parent221faca2868f4c1dae3e23e4ca608968c8042620 (diff)
downloadscummvm-rg350-0ec40a5f80ca04842bd4b98e34a114a34821e691.tar.gz
scummvm-rg350-0ec40a5f80ca04842bd4b98e34a114a34821e691.tar.bz2
scummvm-rg350-0ec40a5f80ca04842bd4b98e34a114a34821e691.zip
AVALANCHE: Add static to 2 array definitions in closing
Diffstat (limited to 'engines/avalanche/closing.cpp')
-rw-r--r--engines/avalanche/closing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/closing.cpp b/engines/avalanche/closing.cpp
index e7314a0550..5aea377abd 100644
--- a/engines/avalanche/closing.cpp
+++ b/engines/avalanche/closing.cpp
@@ -53,12 +53,12 @@ void Closing::putIn(Common::String str, uint16 where) {
}
void Closing::exitGame() {
- const Common::String nouns[12] = {
+ static const Common::String nouns[12] = {
"sackbut", "harpsichord", "camel", "conscience", "ice-cream", "serf",
"abacus", "castle", "carrots", "megaphone", "manticore", "drawbridge"
};
- const Common::String verbs[12] = {
+ static const Common::String verbs[12] = {
"haunt", "daunt", "tickle", "gobble", "erase", "provoke", "surprise",
"ignore", "stare at", "shriek at", "frighten", "quieten"
};