summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 20:14:38 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 20:14:38 +0000
commit154e2e8210b0b3c34315d3cb2433097a83cd5a7c (patch)
tree0c866a71cde90615465cda39fdb215fe5f542f38
parent7eed2debd3591f291c78fc66f1069d7e5896d9f8 (diff)
downloadcrawl-ref-154e2e8210b0b3c34315d3cb2433097a83cd5a7c.tar.gz
crawl-ref-154e2e8210b0b3c34315d3cb2433097a83cd5a7c.zip
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
-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')
{