From b49316f91a8dfd8386ae41a4cf2b9e1814fb9166 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 3 Apr 2008 14:40:19 +0000 Subject: Nemelex changes: - Renamed abilities, and reordered so that you get Draw One before Peek Two - Mark Four and Peek Two now lose some cards from the deck - Viewing a deck now shows which cards have been marked in it Also fixed a small warning in format.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4059 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/format.cc') diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc index ebccc2bf10..ea97f21b4d 100644 --- a/crawl-ref/source/format.cc +++ b/crawl-ref/source/format.cc @@ -351,7 +351,7 @@ std::string formatted_string::to_colour_string() const while (true) { - const unsigned int left_angle = st.find('<', start); + const size_t left_angle = st.find('<', start); if (left_angle == std::string::npos) break; -- cgit v1.2.3-54-g00ecf