summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-26 17:01:08 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-26 17:14:32 +0100
commitb1ede8b9a0b8200538147f8031f6ed8b4f9de8c8 (patch)
tree503157a786377cb93ee84cea8f4dc2bfd87e8ec2 /crawl-ref/source/religion.cc
parent4a400aebb95684b1bd34e4ba3bad609548ff6671 (diff)
downloadcrawl-ref-b1ede8b9a0b8200538147f8031f6ed8b4f9de8c8.tar.gz
crawl-ref-b1ede8b9a0b8200538147f8031f6ed8b4f9de8c8.zip
Add default answer 'n' to several instances of yesno().
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 accadce94e..395db6af89 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4809,7 +4809,7 @@ void offer_items()
const std::string msg =
"Really sacrifice " + item.name(DESC_NOCAP_A) + "?";
- if (!yesno(msg.c_str()))
+ if (!yesno(msg.c_str(), false, 'n'))
{
i = next;
continue;