summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-08 00:44:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-08 00:44:14 +0000
commitd419d7dc79e02aafe700dcccba8638975a4cd2e7 (patch)
treeaea1a8b5dbf670bbd6c67dd031c88b8562c2b695 /crawl-ref/source/player.h
parentdbab0ee932f675095c1bbd6a72911ded79eddf69 (diff)
downloadcrawl-ref-d419d7dc79e02aafe700dcccba8638975a4cd2e7.tar.gz
crawl-ref-d419d7dc79e02aafe700dcccba8638975a4cd2e7.zip
Add yet more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8967 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 44131ffb91..c8eca92819 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -421,7 +421,7 @@ void contaminate_player(int change, bool controlled = false,
bool confuse_player(int amount, bool resistable = true);
-bool curare_hits_player(int agent, int degree);
+bool curare_hits_player(int death_source, int amount);
bool poison_player(int amount, bool force = false);
void dec_poison_player();
void reduce_poison_player(int amount);