From 5554f58f9fee52f636d8d995d072265ba097eed1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 30 May 2009 16:32:47 +0000 Subject: Add whitespace fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9851 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/beam.cc') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index 89c383336e..5133bb0c9e 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -1794,7 +1794,7 @@ void bolt::hit_wall() if (is_tracer && YOU_KILL(thrower) && in_bounds(target) && pos() != target && pos() != source - && flavour != BEAM_DIGGING && flavour <= BEAM_LAST_REAL + && flavour != BEAM_DIGGING && flavour <= BEAM_LAST_REAL && !affects_nothing && bounces == 0 && reflections == 0 && see_grid(target) && !grid_is_solid(grd(target))) { -- cgit v1.2.3-54-g00ecf