summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilecell.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-27 02:37:37 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-28 07:30:48 +0200
commit76fc0d8475ea3ad98689dcb971da2ff988837523 (patch)
tree60411a5deb0c7d67b5894f39a12b1176aa1fd81a /crawl-ref/source/tilecell.cc
parentc2388105426bc7277bca52ef1fd236317f93eec8 (diff)
downloadcrawl-ref-76fc0d8475ea3ad98689dcb971da2ff988837523.tar.gz
crawl-ref-76fc0d8475ea3ad98689dcb971da2ff988837523.zip
Whitespace/brace fixes.
Diffstat (limited to 'crawl-ref/source/tilecell.cc')
-rw-r--r--crawl-ref/source/tilecell.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/tilecell.cc b/crawl-ref/source/tilecell.cc
index b669669f3c..ff40a00135 100644
--- a/crawl-ref/source/tilecell.cc
+++ b/crawl-ref/source/tilecell.cc
@@ -473,9 +473,7 @@ void pack_cell_overlays(const coord_def &gc, packed_cell *cell)
{
tileidx_t shadow_tile = TILE_DNGN_WALL_SHADOW;
if (player_in_branch(BRANCH_CRYPT))
- {
shadow_tile = TILE_DNGN_WALL_SHADOW_DARK;
- }
_pack_wall_shadows(gc, cell, shadow_tile);
}
}