summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-09 05:18:45 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-09 05:34:45 +0100
commit65ebe5074a80b306431a4aeb327786dd67a4f571 (patch)
treed5d72cae333543f3d8d525fc090a8ba87b936e1c /crawl-ref/source/arena.cc
parent42b86009589fb96235b2d4c93b96c2d9b7fc81c9 (diff)
parent7338b153fd2a51dd9e60053311723573329c39e2 (diff)
downloadcrawl-ref-65ebe5074a80b306431a4aeb327786dd67a4f571.tar.gz
crawl-ref-65ebe5074a80b306431a4aeb327786dd67a4f571.zip
Merge branch 'master' into mon-pick
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 add29a1ac5..92f2edb2ec 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -720,7 +720,7 @@ namespace arena
void handle_keypress(int ch)
{
- if (key_is_escape(ch) || tolower(ch) == 'q')
+ if (key_is_escape(ch) || toalower(ch) == 'q')
{
contest_canceled = true;
mpr("Canceled contest at user request");