summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-06-06 22:57:32 -0400
committerEnne Walker <enne.walker@gmail.com>2010-06-08 21:36:24 -0400
commit24970e8a4a504e0afaf5e6334708f97e26b881c8 (patch)
tree48b012eae0ff5ea4b37a7f71714bfdd524c7dc56 /crawl-ref/source/tilepick.h
parent324a8f17c3d051b41efd2a4aeefbf19782bfb53a (diff)
downloadcrawl-ref-24970e8a4a504e0afaf5e6334708f97e26b881c8.tar.gz
crawl-ref-24970e8a4a504e0afaf5e6334708f97e26b881c8.zip
Simplify tile_place_monster function.
As tileidx_out_of_los now handles detected monsters implicitly, there's no need to write monsters to env.tile_bk_fg or to handle detected monsters at all except through map_knowledge.
Diffstat (limited to 'crawl-ref/source/tilepick.h')
-rw-r--r--crawl-ref/source/tilepick.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.h b/crawl-ref/source/tilepick.h
index 030b890bff..df673d58ca 100644
--- a/crawl-ref/source/tilepick.h
+++ b/crawl-ref/source/tilepick.h
@@ -22,7 +22,6 @@ tileidx_t tileidx_out_of_bounds(int branch);
void tileidx_out_of_los(tileidx_t *fg, tileidx_t *bg, const coord_def& gc);
tileidx_t tileidx_monster(const monsters *mon);
-tileidx_t tileidx_monster_detected(const monsters *mon);
tileidx_t tileidx_draco_base(const monsters *mon);
tileidx_t tileidx_draco_job(const monsters *mon);