summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 17:36:58 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 17:36:58 +0000
commit9786fe37b53babe2d8b5b3b151ff9f495c82bc14 (patch)
treed6f9f329b55d66792db79250ba5e46f9a7c21c33 /crawl-ref/source/delay.cc
parent4cb403f3211066a2c2e131e824ed50f9a83d9c4a (diff)
downloadcrawl-ref-9786fe37b53babe2d8b5b3b151ff9f495c82bc14.tar.gz
crawl-ref-9786fe37b53babe2d8b5b3b151ff9f495c82bc14.zip
Fix compilation, whoops!
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8504 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 9402577215..fb1eabd818 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -544,7 +544,7 @@ static bool _is_butcher_delay(int delay)
}
void handle_interrupted_swap(bool swap_if_safe, bool force_unsafe,
- bool untransform)
+ bool transform)
{
if (!you.attribute[ATTR_WEAPON_SWAP_INTERRUPTED]
|| !you_tran_can_wear(EQ_WEAPON) || you.cannot_act())