summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 09:41:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 09:41:37 +0000
commitd247c643b6236c4c40f740ab0c91234c3214fae9 (patch)
tree75d4b400a39e9a8aa6ad8fce94c718cff12ea42a /crawl-ref/source/ouch.h
parent2f8d39149cbaf3c457fe550b7e2746156364175d (diff)
downloadcrawl-ref-d247c643b6236c4c40f740ab0c91234c3214fae9.tar.gz
crawl-ref-d247c643b6236c4c40f740ab0c91234c3214fae9.zip
Some code cleanup, inspired by [2483180].
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8324 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 5bf341c990..8c4d88bd60 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -60,8 +60,8 @@ enum kill_method_type
};
int check_your_resists(int hurted, beam_type flavour);
-void splash_with_acid(char acid_strength);
-void weapon_acid(char acid_strength);
+void splash_with_acid(int acid_strength, bool corrode_items = true);
+void weapon_acid(int acid_strength);
class actor;
int actor_to_death_source(const actor* agent);