From 968b72f7e415665bdb896fe3979f8049d69a930f Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 15 Jul 2008 13:27:09 +0000 Subject: Fix 2018325 (compiling with gcc 4.3) by applying the patch by nathanj439. Re-enable friendly pickup toggle for all characters and change wording to make it clearer it may have no effect. (Fixes 2018493.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6557 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/output.h') diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h index abb0b72722..61e524a732 100644 --- a/crawl-ref/source/output.h +++ b/crawl-ref/source/output.h @@ -74,6 +74,9 @@ class monster_pane_info static bool less_than(const monster_pane_info& m1, const monster_pane_info& m2, bool zombified = true); + static bool less_than_wrapper(const monster_pane_info& m1, + const monster_pane_info& m2); + monster_pane_info(const monsters* m); void to_string(int count, std::string& desc, int& desc_color) const; -- cgit v1.2.3-54-g00ecf