summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-12 11:19:02 -0400
committerNeil Moore <neil@s-z.org>2014-06-12 11:19:02 -0400
commit717ba34dfad8a30415560f36200043e621bd367a (patch)
tree607781bfacd0dd0e13ab8db5dec316c084a24513 /crawl-ref/source/showsymb.cc
parentba3409b66cc051ae155dc79646f8cb958c4b1152 (diff)
downloadcrawl-ref-717ba34dfad8a30415560f36200043e621bd367a.tar.gz
crawl-ref-717ba34dfad8a30415560f36200043e621bd367a.zip
Fix whitespace.
Diffstat (limited to 'crawl-ref/source/showsymb.cc')
-rw-r--r--crawl-ref/source/showsymb.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/showsymb.cc b/crawl-ref/source/showsymb.cc
index b134bd7e35..ea19bef2c8 100644
--- a/crawl-ref/source/showsymb.cc
+++ b/crawl-ref/source/showsymb.cc
@@ -401,10 +401,10 @@ static cglyph_t _get_cell_glyph_with_class(const map_cell& cell,
g.col = mons_class_colour(stype);
// If we want to show weapons, overwrite all of that.
- item_def* weapon = mi->inv[MSLOT_WEAPON].get();
+ item_def* weapon = mi->inv[MSLOT_WEAPON].get();
if (crawl_state.viewport_weapons && weapon)
{
- show = *weapon;
+ show = *weapon;
g = _get_item_override(*weapon);
if (!g.col)
g.col = weapon->colour;