summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index d024e025a7..7f22a6d48d 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3707,7 +3707,7 @@ int melee_attack::player_to_hit(bool random_factor)
your_to_hit += maybe_random2(you.dex, random_factor);
}
- switch ( you.attribute[ATTR_TRANSFORMATION] )
+ switch (you.attribute[ATTR_TRANSFORMATION])
{
case TRAN_SPIDER:
your_to_hit += maybe_random2(10, random_factor);