summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.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-abil.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-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 367c1ee375..7dfd6a069d 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -10,13 +10,13 @@
class monsters;
struct bolt;
-bool mon_special_ability(monsters *monster, bolt & beem);
-void mon_nearby_ability(monsters *monster);
+bool mon_special_ability(monsters* mons, bolt & beem);
+void mon_nearby_ability(monsters* mons);
bool ugly_thing_mutate(monsters *ugly, bool proximity = false);
-void ballisto_on_move(monsters * monster, const coord_def & pos);
-void activate_ballistomycetes(monsters * monster, const coord_def & origin,
+void ballisto_on_move(monsters* mons, const coord_def & pos);
+void activate_ballistomycetes(monsters* mons, const coord_def & origin,
bool player_kill);
void move_kraken_tentacles(monsters * kraken);