summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 17:33:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 17:33:30 +0000
commita85ad1e63869fcce84cdf9d6b14dbfb9ac1431b1 (patch)
tree3c551a7f1d3ceb55cc8451ff229c2f9ce2cce1b0 /crawl-ref/source/beam.cc
parent9a2414cb17601f2ea85768c4c34949b121b47484 (diff)
downloadcrawl-ref-a85ad1e63869fcce84cdf9d6b14dbfb9ac1431b1.tar.gz
crawl-ref-a85ad1e63869fcce84cdf9d6b14dbfb9ac1431b1.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8361 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 8356b3665f..4144a3fe6f 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1692,9 +1692,7 @@ void bolt::digging_wall_effect()
}
}
else if (grid_is_wall(feat))
- {
finish_beam();
- }
}
void bolt::fire_wall_effect()
@@ -3899,7 +3897,7 @@ void bolt::affect_player()
was_affected = true;
}
}
-
+
// Acid.
if (flavour == BEAM_ACID)
splash_with_acid(5, affects_items);