summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-05 14:18:02 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-05 14:18:02 +0100
commitb9c2908a64792aa62af7171867dd0e5dc17d06fa (patch)
treefd23e322d7d936e707b753ae3681c6cf07b91e62 /crawl-ref/source/showsymb.cc
parent2bff3cf6152faf7b3e8f0ed5dd9ae8a2cd7cb871 (diff)
downloadcrawl-ref-b9c2908a64792aa62af7171867dd0e5dc17d06fa.tar.gz
crawl-ref-b9c2908a64792aa62af7171867dd0e5dc17d06fa.zip
Eradicate all other lone statics.
Other than MSVC junk.
Diffstat (limited to 'crawl-ref/source/showsymb.cc')
-rw-r--r--crawl-ref/source/showsymb.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/showsymb.cc b/crawl-ref/source/showsymb.cc
index a8f1945673..8d35083736 100644
--- a/crawl-ref/source/showsymb.cc
+++ b/crawl-ref/source/showsymb.cc
@@ -24,9 +24,9 @@
#include "travel.h"
#include "viewchar.h"
-static
-unsigned short _cell_feat_show_colour(const map_cell& cell,
- const coord_def& loc, bool coloured)
+static unsigned short _cell_feat_show_colour(const map_cell& cell,
+ const coord_def& loc,
+ bool coloured)
{
dungeon_feature_type feat = cell.feat();
unsigned short colour = BLACK;