summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
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);