summaryrefslogtreecommitdiffstats
path: root/trunk/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/spells2.h')
-rw-r--r--trunk/source/spells2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/source/spells2.h b/trunk/source/spells2.h
index 492fe62022..8c3bef71c5 100644
--- a/trunk/source/spells2.h
+++ b/trunk/source/spells2.h
@@ -3,6 +3,8 @@
* Summary: Implementations of some additional spells.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <1> -/--/-- LRH Created
@@ -51,7 +53,7 @@ int corpse_rot(int power);
/* ***********************************************************************
* called from: it_use3 - spell
* *********************************************************************** */
-int summon_elemental(int pow, unsigned char restricted_type, unsigned char unfriendly);
+int summon_elemental(int pow, int restricted_type, unsigned char unfriendly);
// last updated 24may2000 {dlb}