summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:20 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:43 -0800
commitd955c2c1d4c5aef619c769d6e6497adc7359a57d (patch)
tree0636e8c24902f156df557d7fda22f601a02074cf /crawl-ref/source/mon-util.h
parent66dae41a9b809f09ec17aef50dabb9e84dfee64f (diff)
downloadcrawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.tar.gz
crawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.zip
Remove mstuff2.h and mstuff2 references
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 439572fa2f..b5cf2f9151 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -478,7 +478,8 @@ bool give_monster_proper_name(monsters *mon, bool orcs_only = true);
// last updated 12may2000 {dlb}
/* ***********************************************************************
- * called from: beam - direct - fight - monstuff - mstuff2 - spells4 - view
+ * called from: beam - direct - fight - mon-act - mon-behv - monplace -
+ * monstuff - mon-util - spells4 - view
* *********************************************************************** */
flight_type mons_class_flies(int mc);
flight_type mons_flies(const monsters *mon, bool randarts = true);
@@ -565,7 +566,7 @@ int mons_unusable_items(const monsters *mon);
// last updated 12may2000 {dlb}
/* ***********************************************************************
- * called from: beam - effects - fight - monstuff - mstuff2 - spells2 -
+ * called from: beam - effects - fight - monstuff - mon-util - spells2 -
* spells3 - spells4
* *********************************************************************** */
mon_holy_type mons_class_holiness(int mc);
@@ -645,13 +646,6 @@ bool name_zombie(monsters *mon, int mc, const std::string mon_name);
bool name_zombie(monsters *mon, const monsters* orig);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: bang - beam - monstuff - mstuff2 - spells4 - view
- * *********************************************************************** */
-// unsigned char mons_category(int which_mons);
-
-
// last updated 07jan2001 (gdl)
/* ***********************************************************************
* called from: beam