summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 10:41:58 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 11:01:57 -0600
commite5b09096c90a9c99a7dba3d1597560a0a6bee8ed (patch)
tree8da238680884ff80aa8061e5bb838d08a88024b7 /crawl-ref/source/spells3.h
parent9886581926e161201c8072b5fec05bc9840157b1 (diff)
downloadcrawl-ref-e5b09096c90a9c99a7dba3d1597560a0a6bee8ed.tar.gz
crawl-ref-e5b09096c90a9c99a7dba3d1597560a0a6bee8ed.zip
Rename cast_brand_ammo() to brand_ammo(), for consistency.
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index e70b3957c0..770c38090d 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -17,7 +17,7 @@ bool allow_control_teleport(bool quiet = false);
int airstrike(int power, dist &beam);
bool cast_bone_shards(int power, bolt &);
-void cast_brand_ammo(special_missile_type which_brand);
+void brand_ammo(special_missile_type which_brand);
bool cast_selective_amnesia(bool force);
bool cast_smiting(int power, const coord_def& where);
bool remove_sanctuary(bool did_attack = false);