From 154e2e8210b0b3c34315d3cb2433097a83cd5a7c Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 7 Nov 2007 20:14:38 +0000 Subject: Refix pray() fix for branch. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2798 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- cgit v1.2.3-54-g00ecf