summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-13 09:56:41 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-13 09:57:09 +0200
commit7cb4b819399d86effcf5890498f3e89dcb8a7178 (patch)
treed591f28e24caaf7196a93dbf7f02deb727413f9f /crawl-ref/source/externs.h
parent072864bdfdb2befa0cb865dbe4234f7f0c8dec39 (diff)
parentffa4e38d65ac1f41a20f3820d38c4d54291c9a8f (diff)
downloadcrawl-ref-7cb4b819399d86effcf5890498f3e89dcb8a7178.tar.gz
crawl-ref-7cb4b819399d86effcf5890498f3e89dcb8a7178.zip
Merge branch 'trees'.
There's still the issue of glyph choice, and cutting them down with an axe is not coded yet.
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 1c4d291f8c..732f4fe497 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1336,7 +1336,7 @@ public:
void scale_hp(int num, int den);
bool gain_exp(int exp);
- void react_to_damage(int damage, beam_type flavour);
+ void react_to_damage(int damage, beam_type flavour, kill_category whose);
void forget_random_spell();