summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-06-14 00:12:21 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-06-14 00:35:59 +0200
commit402149d943caeea3645d8185a4315509f93267e4 (patch)
tree784f9c6eef1dddd8bc552632ee88c16a39c96586 /crawl-ref/source/religion.h
parent24d4d3b66f89b597809af601816fef85a99a25d6 (diff)
downloadcrawl-ref-402149d943caeea3645d8185a4315509f93267e4.tar.gz
crawl-ref-402149d943caeea3645d8185a4315509f93267e4.zip
Some simplification.
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index e3194b8a81..87f2d99f07 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -94,7 +94,7 @@ bool bless_follower(monster* follower = NULL,
// Vehumet gift interface.
bool vehumet_is_currently_gifting();
-void vehumet_gift_callback(bool accepted);
+void vehumet_accept_gift();
bool god_hates_attacking_friend(god_type god, const actor *fr);
bool god_hates_attacking_friend(god_type god, monster_type species);