summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-28 14:53:41 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-28 15:01:28 -0500
commit690d8059681ba9b5d23500189c0b6d33448b4161 (patch)
treec0ea3cba21d524d2ea39b947085454e0bb6d5dd9 /crawl-ref/source/mon-abil.h
parent20db4a2fffd0ace06cf4c9eb2b0e7cb13d05f6ac (diff)
downloadcrawl-ref-690d8059681ba9b5d23500189c0b6d33448b4161.tar.gz
crawl-ref-690d8059681ba9b5d23500189c0b6d33448b4161.zip
Add formatting fixes, and rename more variables for clarity.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 8f95f9e279..05022be3ff 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -17,8 +17,8 @@ void draconian_change_colour(monster* drac);
bool ugly_thing_mutate(monster* ugly, bool proximity = false);
bool slime_creature_polymorph(monster* slime);
-void ballisto_on_move(monster* mons, const coord_def & pos);
-void activate_ballistomycetes(monster* mons, const coord_def & origin,
+void ballisto_on_move(monster* mons, const coord_def& pos);
+void activate_ballistomycetes(monster* mons, const coord_def& origin,
bool player_kill);
bool valid_kraken_connection(const monster* mons);