summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilemcache.h')
-rw-r--r--crawl-ref/source/tilemcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilemcache.h b/crawl-ref/source/tilemcache.h
index 1138d2434c..cfc0845241 100644
--- a/crawl-ref/source/tilemcache.h
+++ b/crawl-ref/source/tilemcache.h
@@ -70,7 +70,7 @@ public:
void construct(writer &th);
protected:
- std::vector<mcache_entry*> m_entries;
+ std::vector<mcache_entry*> m_entries;
};
// The global monster cache.