diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index 79a5e4fd36d9..f87532115373 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 },