From 53b94b89c7037837eb6bf00ea8b71d9f92963f35 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 21 Jun 2009 21:25:58 +0000 Subject: Apply commits r10013 and 10014 to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10015 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/format.cc') diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc index 012c64a181..d6c0d343c5 100644 --- a/crawl-ref/source/format.cc +++ b/crawl-ref/source/format.cc @@ -429,10 +429,8 @@ int formatted_string::find_last_colour() const if (!ops.empty()) { for (int i = ops.size() - 1; i >= 0; --i) - { if (ops[i].type == FSOP_COLOUR) return (ops[i].x); - } } return (LIGHTGREY); } -- cgit v1.2.3-54-g00ecf