From f7274ebf7b56aecaebd2207582ce37879a47b697 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Fri, 6 Nov 2009 19:20:53 +0300 Subject: Remove mons_friendly_real and mons_wont_attack_real. They were the same as non-_real functions. Signed-off-by: Robert Vollmert --- crawl-ref/source/arena.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/arena.cc') diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc index 91ee452b32..902407591f 100644 --- a/crawl-ref/source/arena.cc +++ b/crawl-ref/source/arena.cc @@ -145,7 +145,7 @@ namespace arena if (!mon->alive()) continue; - const bool friendly = mons_friendly_real(mon); + const bool friendly = mons_friendly(mon); // Set target to the opposite faction's home base. mon->target = friendly ? place_b : place_a; } -- cgit v1.2.3-54-g00ecf