summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-24 07:31:55 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-24 07:31:55 +0000
commitcf19d614afae806d0424ad0d7cf73b29cd49f007 (patch)
tree7af3748bd5bba618a24fdd4a8a6443cdd9bc55b4 /crawl-ref/source/ouch.h
parentc80b339fa2b4c2a9b6cfc4048a493166e0d35bc6 (diff)
downloadcrawl-ref-cf19d614afae806d0424ad0d7cf73b29cd49f007.tar.gz
crawl-ref-cf19d614afae806d0424ad0d7cf73b29cd49f007.zip
Minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1355 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 451d17bdcf..6d0662696d 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -55,7 +55,8 @@ void scrolls_burn(char burn_strength, char target_class);
* called from: acr - bang - beam - command - effects - fight - misc -
* ouch - output - religion - spells - spells2 - spells4
* *********************************************************************** */
-void ouch(int dam, int death_source, char death_type, const char *aux = NULL);
+void ouch(int dam, int death_source, kill_method_type death_type,
+ const char *aux = NULL);
// last updated 12may2000 {dlb}