From e5b09096c90a9c99a7dba3d1597560a0a6bee8ed Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 10:41:58 -0600 Subject: Rename cast_brand_ammo() to brand_ammo(), for consistency. --- crawl-ref/source/spells3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.h') 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); -- cgit v1.2.3-54-g00ecf