summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-mon.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-11-08 15:04:20 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-11-23 19:07:21 +0100
commitb38b2bf7aa85e2dd0c90d46a4cbe36f2417ce4ec (patch)
treed114710cea5c45ba0146508ab7d414a7969a673e /crawl-ref/source/tilereg-mon.h
parent6f45b76da0b15a4b77ed0d56a4feaa2002d3d185 (diff)
downloadcrawl-ref-b38b2bf7aa85e2dd0c90d46a4cbe36f2417ce4ec.tar.gz
crawl-ref-b38b2bf7aa85e2dd0c90d46a4cbe36f2417ce4ec.zip
Use monster_info in the Tiles monster region.
All that was needed there was the monster's position, anyway.
Diffstat (limited to 'crawl-ref/source/tilereg-mon.h')
-rw-r--r--crawl-ref/source/tilereg-mon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg-mon.h b/crawl-ref/source/tilereg-mon.h
index e7051df23f..eef1fb0556 100644
--- a/crawl-ref/source/tilereg-mon.h
+++ b/crawl-ref/source/tilereg-mon.h
@@ -19,7 +19,7 @@ public:
virtual const std::string name() const { return "Monsters"; }
protected:
- const monster* get_monster(unsigned int idx) const;
+ const monster_info* get_monster(unsigned int idx) const;
virtual void pack_buffers();
virtual void draw_tag();