summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 19:18:11 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 19:18:11 -0500
commit2aa94a597f4209a2f7e5468dde6ca91d20e6378a (patch)
treec352d516310f724f4108f1c37f2ce7b227983bff /crawl-ref
parent69fb24caca51bd9435051c8e1494f235c5aaeeb0 (diff)
downloadcrawl-ref-2aa94a597f4209a2f7e5468dde6ca91d20e6378a.tar.gz
crawl-ref-2aa94a597f4209a2f7e5468dde6ca91d20e6378a.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/beam.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 98379be9c2..83b68b9b82 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1591,10 +1591,9 @@ void bolt::apply_beam_conducts()
void bolt::choose_ray()
{
if (!chose_ray || reflections > 0)
- find_ray( source, target, true, ray, 0, true );
+ find_ray(source, target, true, ray, 0, true);
}
-
// Draw the bolt at p if needed.
void bolt::draw(const coord_def& p)
{