aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/wage/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp
index 79a5e4fd36..f875321153 100644
--- a/engines/wage/script.cpp
+++ b/engines/wage/script.cpp
@@ -929,7 +929,7 @@ enum {
struct Mapping {
const char *cmd;
int type;
-} mapping[] = {
+} static const mapping[] = {
{ "IF{", STATEMENT }, // 0x80
{ "=", OPERATOR },
{ "<", OPERATOR },