summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-22 04:57:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-22 04:57:56 +0000
commitd3dc033d07bfbebeafbfaaccccee240e4097afe9 (patch)
tree3e51369d30cb34399ba8131b7122c2c8e8f83b48 /crawl-ref/source/beam.cc
parent5df03ebcfd88fbfa131d34508645a6f26b9dac82 (diff)
downloadcrawl-ref-d3dc033d07bfbebeafbfaaccccee240e4097afe9.tar.gz
crawl-ref-d3dc033d07bfbebeafbfaaccccee240e4097afe9.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7904 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index fa00a3a828..1cd9769bb4 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1747,7 +1747,7 @@ void fire_beam(bolt &pbolt)
break;
const bool was_seen = pbolt.seen;
- if (!was_seen && pbolt.range > 0 && !beam_invisible
+ if (!was_seen && pbolt.range > 0 && !beam_invisible
&& see_grid(testpos))
{
pbolt.seen = true;
@@ -5842,7 +5842,7 @@ std::string bolt::get_short_name()
if (item != NULL && is_valid_item(*item))
return item->name(DESC_NOCAP_A, false, false, false, false,
- ISFLAG_IDENT_MASK | ISFLAG_COSMETIC_MASK
+ ISFLAG_IDENT_MASK | ISFLAG_COSMETIC_MASK
| ISFLAG_RACIAL_MASK);
if (real_flavour == BEAM_RANDOM || real_flavour == BEAM_CHAOS)