summaryrefslogtreecommitdiffstats
path: root/trunk/source/skills2.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/skills2.h')
-rw-r--r--trunk/source/skills2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/source/skills2.h b/trunk/source/skills2.h
index 606a95a17d..05c5d03068 100644
--- a/trunk/source/skills2.h
+++ b/trunk/source/skills2.h
@@ -3,6 +3,8 @@
* Summary: More skill related functions.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <2> -/--/-- WL Extensive mods from Wladimir van der Laan.
@@ -68,7 +70,7 @@ int calc_hp(void);
/* ***********************************************************************
* called from: newgame - skills - skills2
* *********************************************************************** */
-int species_skills(char skill, char species);
+int species_skills(int skill, int species);
// last_updated 24may2000 {dlb}