summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exclude.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-03 19:48:18 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-03 19:48:18 +1000
commitc5c48b5bd7ebc0ecb684b399b0ecc68ed5cd2037 (patch)
treec2350e95fdf44bea96d5a9ab70020ed4aa96af2e /crawl-ref/source/exclude.cc
parent8c1e6ead29179be54eb122587a8940a2d206b4fe (diff)
downloadcrawl-ref-c5c48b5bd7ebc0ecb684b399b0ecc68ed5cd2037.tar.gz
crawl-ref-c5c48b5bd7ebc0ecb684b399b0ecc68ed5cd2037.zip
Hopefully fix tiles compile.
Diffstat (limited to 'crawl-ref/source/exclude.cc')
-rw-r--r--crawl-ref/source/exclude.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/exclude.cc b/crawl-ref/source/exclude.cc
index 57d3895c76..5b78412b80 100644
--- a/crawl-ref/source/exclude.cc
+++ b/crawl-ref/source/exclude.cc
@@ -387,6 +387,7 @@ void deferred_exclude_update()
{
_exclude_update();
#ifdef USE_TILE
+ exclude_set::iterator it;
for (it = curr_excludes.begin(); it != curr_excludes.end(); ++it)
_tile_exclude_gmap_update(it->second.pos);
#endif