aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
};