summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-26 08:33:37 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-26 08:33:37 +0000
commit66f022fd710eeb3d62cdd6094e80ca231d3a1263 (patch)
tree6a7e15131a30fd7a51d91c29a04aac611674eae7 /crawl-ref/source/mon-util.h
parent57f4a1b1382e1c4204cd0991eb3f574420184b83 (diff)
downloadcrawl-ref-66f022fd710eeb3d62cdd6094e80ca231d3a1263.tar.gz
crawl-ref-66f022fd710eeb3d62cdd6094e80ca231d3a1263.zip
Monsters can gain experience and level-up. Breaks saves.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2584 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 031f976bbe..988d13499b 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -522,6 +522,7 @@ void mons_load_spells( monsters *mon, mon_spellbook_type book );
* called from: dungeon - fight
* *********************************************************************** */
void define_monster(int mid);
+void define_monster(monsters &mons);
// last updated 4jan2001 (gdl)
/* ***********************************************************************