summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 16:31:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 16:31:01 +0000
commit23dc8538c3995debab6c96f7a56a50266ca96930 (patch)
tree410cf978727d1807d70842da8a909e9d15ada61a /crawl-ref/source/spells3.h
parent53c0cf27ad353e288db928c911de1b3425131894 (diff)
downloadcrawl-ref-23dc8538c3995debab6c96f7a56a50266ca96930.tar.gz
crawl-ref-23dc8538c3995debab6c96f7a56a50266ca96930.zip
Make -raise_corpse() and animate_a_corpse() use coord_defs instead of x
and y coordinates. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5882 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 58ffefcbe5..a8485037c2 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -131,7 +131,7 @@ bool cast_summon_horrible_things(int pow, god_type god = GOD_NO_GOD);
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-bool animate_a_corpse(int x, int y, corpse_type class_allowed,
+bool animate_a_corpse(const coord_def &a, corpse_type class_allowed,
beh_type beha, unsigned short hitting,
god_type god = GOD_NO_GOD, bool actual = true,
bool quiet = false);