From 7eed2debd3591f291c78fc66f1069d7e5896d9f8 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 7 Nov 2007 20:09:26 +0000 Subject: Merge r2795 (macros in pray()) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2796 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 39e460b77c..111ac7aad7 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -48,6 +48,7 @@ #include "itemprop.h" #include "item_use.h" #include "items.h" +#include "macro.h" #include "makeitem.h" #include "message.h" #include "misc.h" @@ -808,7 +809,7 @@ void pray() mpr("Stop praying? ('y' ends prayer, 'r' will renew prayer)", MSGCH_PROMPT); - const int tmp = getch(); + const int tmp = getch_with_command_macros(); if ( tmp == 'y' || tmp == 'Y') { -- cgit v1.2.3-54-g00ecf