From ae8b9d93ae9dfe0df789c4867fbd5aeff695c6df Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 4 Jul 2007 23:02:18 +0000 Subject: Better feedback for Beogh water walking. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1751 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tags.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/tags.cc') diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc index 159b82bd05..41de4143fc 100644 --- a/crawl-ref/source/tags.cc +++ b/crawl-ref/source/tags.cc @@ -1214,7 +1214,8 @@ static void tag_read_you_items(struct tagHeader &th, char minorVersion) // how many unique items? count_c = unmarshallByte(th); for (j = 0; j < count_c; ++j) - you.unique_items[j] = unmarshallByte(th); + you.unique_items[j] = + static_cast(unmarshallByte(th)); // how many books? count_c = unmarshallByte(th); -- cgit v1.2.3-54-g00ecf