summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-04 21:21:05 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-02-04 21:21:05 +0100
commit1c1d130d64b928a52b04571f3ea71a95595e0e4d (patch)
treee8052513791c0fcf6bb4ee0bbd6c56949f5e8243 /crawl-ref/source/godprayer.h
parent0239865da600bc7a180afd1d99661e844b6befd9 (diff)
downloadcrawl-ref-1c1d130d64b928a52b04571f3ea71a95595e0e4d.tar.gz
crawl-ref-1c1d130d64b928a52b04571f3ea71a95595e0e4d.zip
Rename DUR_PRAYER to DUR_JELLY_PRAYER, as that's what it is.
There's a bug, by the way: jelly paralyzation duration has no relation to the status light.
Diffstat (limited to 'crawl-ref/source/godprayer.h')
-rw-r--r--crawl-ref/source/godprayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/godprayer.h b/crawl-ref/source/godprayer.h
index f7413b5e1f..8a1caece4c 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -11,7 +11,6 @@
std::string god_prayer_reaction();
bool god_accepts_prayer(god_type god);
void pray();
-void end_prayer();
piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0);