summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-16 18:27:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-16 18:27:36 +0000
commitb0d1c0cf7315275fa5cb8854f5e3c44a0764a616 (patch)
tree5e17261a29d06ffe7ee8483beb446a98e5407f84 /crawl-ref
parentc8f9d2f9a43d42eb7e7b87f4f9323c2caf39d778 (diff)
downloadcrawl-ref-b0d1c0cf7315275fa5cb8854f5e3c44a0764a616.tar.gz
crawl-ref-b0d1c0cf7315275fa5cb8854f5e3c44a0764a616.zip
And remove now-unused variable.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7451 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/fight.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 25973ca306..219286043e 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3572,7 +3572,6 @@ void melee_attack::mons_apply_attack_flavour(const mon_attack_def &attk)
{
// Most of this is from BWR 4.1.2.
- int res = 0;
switch (attk.flavour)
{
default: