summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-07-30 10:07:37 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-07-30 18:45:15 +0200
commit43dba213523dc47b1ea8bb8b636a12e4ee146387 (patch)
treed9fe1863d152d75eeb95b427ad733ca64818d81a /crawl-ref/source/view.h
parent685c36f53f57da6b6b0c6f8987cdad031732d0d7 (diff)
downloadcrawl-ref-43dba213523dc47b1ea8bb8b636a12e4ee146387.tar.gz
crawl-ref-43dba213523dc47b1ea8bb8b636a12e4ee146387.zip
Fix several broken item symbol overrides.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 2f43a2431e..bb3a4215da 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -26,7 +26,7 @@ bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
coord_def origin = coord_def(-1, -1));
void reautomap_level();
-bool is_feature(int feature, const coord_def& where);
+bool is_feature(wchar_t feature, const coord_def& where);
void clear_feature_overrides();
void add_feature_override(const std::string &text);