aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/combat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/combat.cpp b/engines/wage/combat.cpp
index 4c3d6c97b1..91c65cfd88 100644
--- a/engines/wage/combat.cpp
+++ b/engines/wage/combat.cpp
@@ -396,7 +396,7 @@ void WageEngine::performHealingMagic(Chr *chr, Obj *magicalObject) {
static const int directionsX[] = { 0, 0, 1, -1 };
static const int directionsY[] = { -1, 1, 0, 0 };
-static const char *directionsS[] = { "north", "south", "east", "west" };
+static const char *const directionsS[] = { "north", "south", "east", "west" };
void WageEngine::performMove(Chr *chr, int validMoves) {
// count how many valid moves we have