summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 111ac7aad7..37e25dee7f 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -809,7 +809,7 @@ void pray()
mpr("Stop praying? ('y' ends prayer, 'r' will renew prayer)",
MSGCH_PROMPT);
- const int tmp = getch_with_command_macros();
+ const int tmp = getchm(KC_CONFIRM);
if ( tmp == 'y' || tmp == 'Y')
{