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 bf950840c9..8d02636812 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -703,7 +703,7 @@ namespace arena
return;
}
- const command_type cmd = key_to_command(ch, KC_DEFAULT);
+ const command_type cmd = key_to_command(ch, KMC_DEFAULT);
// We only allow a short list of commands to be used in the arena.
switch(cmd)