summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 21:43:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 21:43:28 +0000
commit772205173ae030ff4a8a6aa6ac73dd1bdbc69e24 (patch)
treef7cf51cac5fde52fd0b6476455111d0c7a043358 /crawl-ref/source/beam.cc
parent1856871a1ed3cc536b880e1a5a30b826af8f0d7b (diff)
downloadcrawl-ref-772205173ae030ff4a8a6aa6ac73dd1bdbc69e24.tar.gz
crawl-ref-772205173ae030ff4a8a6aa6ac73dd1bdbc69e24.zip
Add still more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3989 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 073f474be2..bc76bf2e5d 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -177,7 +177,7 @@ void zap_animation( int colour, const monsters *mon, bool force )
if (!see_grid( x, y ))
return;
-
+
const int drawx = grid2viewX(x);
const int drawy = grid2viewY(y);