summaryrefslogtreecommitdiff
path: root/src/map/magic-v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-v2.cpp')
-rw-r--r--src/map/magic-v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-v2.cpp b/src/map/magic-v2.cpp
index b10df3f..9fb5001 100644
--- a/src/map/magic-v2.cpp
+++ b/src/map/magic-v2.cpp
@@ -411,7 +411,7 @@ namespace magic_v2
case sexpr::TOKEN:
{
ZString dirs[8] = {
- "S", "SW", "W", "NW", "N", "NE", "E", "SE",
+ ZString("S"), ZString("SW"), ZString("W"), ZString("NW"), ZString("N"), ZString("NE"), ZString("E"), ZString("SE"),
};
auto begin = std::begin(dirs);
auto end = std::end(dirs);