summaryrefslogtreecommitdiff
path: root/src/map/magic-v2.cpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-03-24 21:33:36 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-03-24 21:33:36 -0700
commit380bc1de6fe3f8ff5ad576938edc946e7125ed70 (patch)
tree9ef7d69608d98888eb0af712ce870cee6783a462 /src/map/magic-v2.cpp
parent61a7b2f2fd221386d680329b358a0cadd9e60986 (diff)
downloadtmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.tar.gz
tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.tar.bz2
tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.tar.xz
tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.zip
Hopefully fix the build
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);