summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-06 17:40:40 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-06 17:40:40 +0200
commit74ff12fab85514768a273fd4b5f4e8badf3813e9 (patch)
tree1ef1d3193f24eef32cd5d3c5c2cf99b4936bb90a /crawl-ref/source/fight.cc
parentbe10f00f4b64d4a6e755c92693e30d3813839314 (diff)
downloadcrawl-ref-74ff12fab85514768a273fd4b5f4e8badf3813e9.tar.gz
crawl-ref-74ff12fab85514768a273fd4b5f4e8badf3813e9.zip
Spacing fixes.
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 8707b96283..dbee106f68 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -321,9 +321,9 @@ bool fight_jump(actor *attacker, actor *defender, coord_def attack_pos,
// sanctuary if necessary.
if (defender && !conduct_prompted)
{
- if(stop_attack_prompt(defender->as_monster(), false, *site,
- false, &conduct_prompted, *site,
- check_landing_only))
+ if (stop_attack_prompt(defender->as_monster(), false, *site,
+ false, &conduct_prompted, *site,
+ check_landing_only))
{
you.turn_is_over = false;
return false;