From 074c9aa085ffb0538baf9eb247d14454ca040540 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 27 Sep 2008 14:29:31 +0000 Subject: Fixing bug where doors closed out of sight would get a chainmail tile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7038 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tiles.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/tiles.h') diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h index 4652eca83a..8c297beb6a 100644 --- a/crawl-ref/source/tiles.h +++ b/crawl-ref/source/tiles.h @@ -79,7 +79,6 @@ void tile_place_monster(int gx, int gy, int idx, bool foreground = true, bool detected = false); void tile_place_item(int x, int y, int idx); void tile_place_item_bk(int gx, int gy, int idx); -void tile_place_tile_bk(int gx, int gy, int tileidx); void tile_place_item_marker(int x, int y, int idx); void tile_place_cloud(int x, int y, int type, int decay); void tile_place_ray(const coord_def& gc); -- cgit v1.2.3-54-g00ecf