summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 1c8037146c..2d03feb352 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -480,7 +480,7 @@ namespace arena
you.moveto(yplace);
crawl_state.arena = true;
- strcpy(you.your_name, "Arena");
+ you.your_name = "Arena";
you.hp = you.hp_max = 99;