From 54705c0c81e24cfd76ba4fe654c37de217c5beae Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 14 Jun 2009 11:48:30 +0000 Subject: Apply my recent commits to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9978 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilepick.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index b222351f2a..1a79526ac8 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -4419,7 +4419,7 @@ void tile_place_monster(int gx, int gy, int idx, bool foreground, bool detected) else if (pref == TAGPREF_TUTORIAL) { const long kills = you.kills->num_kills(mon); - const int limit = 0; + const int limit = 0; if (!mon->is_named() && kills > limit) return; -- cgit v1.2.3-54-g00ecf