summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileview.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-08-04 16:16:03 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-08-09 17:37:19 +0200
commit3573bb3f887ffe3d47ae28666143e6885511ee66 (patch)
tree798167c9b48b3a581955c53e87ff4107097bbb02 /crawl-ref/source/tileview.h
parentdb0537ff3d35a56a8b4c22b2dc3639b076eb763d (diff)
downloadcrawl-ref-3573bb3f887ffe3d47ae28666143e6885511ee66.tar.gz
crawl-ref-3573bb3f887ffe3d47ae28666143e6885511ee66.zip
Fix feature mimics leaving trails in tile.
Diffstat (limited to 'crawl-ref/source/tileview.h')
-rw-r--r--crawl-ref/source/tileview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tileview.h b/crawl-ref/source/tileview.h
index 6a6c896c6f..8351a4e088 100644
--- a/crawl-ref/source/tileview.h
+++ b/crawl-ref/source/tileview.h
@@ -52,6 +52,7 @@ void tile_place_item(const coord_def &gc, const item_def &item);
void tile_place_item_marker(const coord_def &gc, const item_def &item);
void tile_place_monster(const coord_def &gc, const monster* mons);
void tile_clear_monster(const coord_def &gc);
+void tile_reset_feat(const coord_def &gc);
void tile_place_cloud(const coord_def &gc, const cloud_struct &cl);
void tile_place_ray(const coord_def &gc, aff_type in_range);
void tile_draw_rays(bool reset_count);