summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-09-05 08:40:26 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-05 12:56:08 +0200
commita49e4492fc269271c7809d2caeb1e4d80bb0b7bf (patch)
tree66876acf63363e5f2bc3cddb3493d5ae01a34c1d /crawl-ref/source/mon-place.h
parent0dddc8ccfbd7d015092f761c69285a0fc17f4de5 (diff)
downloadcrawl-ref-a49e4492fc269271c7809d2caeb1e4d80bb0b7bf.tar.gz
crawl-ref-a49e4492fc269271c7809d2caeb1e4d80bb0b7bf.zip
Rename variables named "monster" to "mons" or similar.
Diffstat (limited to 'crawl-ref/source/mon-place.h')
-rw-r--r--crawl-ref/source/mon-place.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-place.h b/crawl-ref/source/mon-place.h
index faacfb3da0..7616e0a88d 100644
--- a/crawl-ref/source/mon-place.h
+++ b/crawl-ref/source/mon-place.h
@@ -106,7 +106,7 @@ monster_type summon_any_dragon(dragon_class_type dct);
bool drac_colour_incompatible(int drac, int colour);
-void mark_interesting_monst(monsters* monster,
+void mark_interesting_monst(monsters* mons,
beh_type behaviour = BEH_SLEEP);
bool feat_compatible(dungeon_feature_type grid_wanted,