From 72a55c4b5be60b8479e53115b75b2c41c8f29c5a Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Tue, 15 Dec 2009 13:51:14 +0100 Subject: Fix tiles compilation. --- 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 b8ac8a5941..3d2794ecd8 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -4691,7 +4691,7 @@ void tile_place_monster(int gx, int gy, int idx, bool foreground, bool detected) t0 |= TILE_FLAG_S_UNDER; } - if (item_needs_autopickup(get_mimic_item(mon)) + if (item_needs_autopickup(get_mimic_item(mon))) { if (foreground) env.tile_bg[ep.x][ep.y] |= TILE_FLAG_CURSOR3; -- cgit v1.2.3-54-g00ecf