summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index e7584b97df..01d1419df6 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -111,6 +111,8 @@ struct monsterentry
char intel; // 0=none, 1=worst...4=best
char gmon_use;
+
+ size_type size;
}; // mondata[] - again, no idea why this was externed {dlb}
@@ -229,8 +231,6 @@ bool mons_is_demon( int mc );
bool mons_is_humanoid( int mc );
bool mons_wields_two_weapons(const monsters *m);
-int mons_damage_type(const monsters *m);
-int mons_damage_brand(const monsters *m);
// last updated 12may2000 {dlb}
/* ***********************************************************************