From d247c643b6236c4c40f740ab0c91234c3214fae9 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 8 Jan 2009 09:41:37 +0000 Subject: 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 --- crawl-ref/source/ouch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/ouch.h') 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); -- cgit v1.2.3-54-g00ecf