diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wage/combat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/combat.cpp b/engines/wage/combat.cpp index c1c184a00e..7a9363689c 100644 --- a/engines/wage/combat.cpp +++ b/engines/wage/combat.cpp @@ -613,7 +613,7 @@ bool WageEngine::handleInventoryCommand() { return true; } -static const char *armorMessages[] = { +static const char *const armorMessages[] = { "Head protection:", "Chest protection:", "Shield protection:", // TODO: check message |