From 022f59dd19d3fca0debba22cf4044453c67672ce Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 10:47:28 -0600 Subject: Make brand_ammo() return bool, indicating whether it succeeded. --- crawl-ref/source/spells2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index fa3965d7b5..03cd40eaa5 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -13,7 +13,7 @@ struct dist; bool brand_weapon(brand_type which_brand, int power); -void brand_ammo(special_missile_type which_brand); +bool brand_ammo(special_missile_type which_brand); bool burn_freeze(int pow, beam_type flavour, monsters *monster); void corpse_rot(); -- cgit v1.2.3-54-g00ecf