summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewchar.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-05 01:02:52 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-05 21:33:18 +0200
commit274fa8d6940881167168792709ce109ac24103db (patch)
treee8ef25a14b976414bf17fc7f84b2d195d4695fd8 /crawl-ref/source/viewchar.h
parentd34caa7dfc99ff6c5549b75a5e4dbd7df296afd4 (diff)
downloadcrawl-ref-274fa8d6940881167168792709ce109ac24103db.tar.gz
crawl-ref-274fa8d6940881167168792709ce109ac24103db.zip
Use ucs_t rather than "unsigned" in a few places.
Diffstat (limited to 'crawl-ref/source/viewchar.h')
-rw-r--r--crawl-ref/source/viewchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/viewchar.h b/crawl-ref/source/viewchar.h
index 8b49a26f6d..36d8c65f19 100644
--- a/crawl-ref/source/viewchar.h
+++ b/crawl-ref/source/viewchar.h
@@ -4,7 +4,7 @@
void init_char_table(char_set_type set);
dungeon_char_type get_feature_dchar(dungeon_feature_type feat);
-unsigned dchar_glyph(dungeon_char_type dchar);
+ucs_t dchar_glyph(dungeon_char_type dchar);
std::string stringize_glyph(ucs_t glyph);