summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 10:47:28 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 11:01:58 -0600
commit022f59dd19d3fca0debba22cf4044453c67672ce (patch)
treeabda0d02c4948a3fd8184b867ed6270d401bcd54 /crawl-ref/source/spells2.h
parenta4a5504e50ca6e67477de99eba44c62ab4557ca5 (diff)
downloadcrawl-ref-022f59dd19d3fca0debba22cf4044453c67672ce.tar.gz
crawl-ref-022f59dd19d3fca0debba22cf4044453c67672ce.zip
Make brand_ammo() return bool, indicating whether it succeeded.
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
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();