summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-spl.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-12-20 00:22:00 +0100
committerRaphael Langella <raphael.langella@gmail.com>2010-12-22 21:53:59 +0100
commit76ac7706691a162bf0ad2eb4da34d74fa41f0bd0 (patch)
treedefb70a4150fb4fb39204ff80cff26a4b8a55995 /crawl-ref/source/tilereg-spl.h
parentc8e1d5cb246c13e3a5e9fb86b18454c05b4ea349 (diff)
downloadcrawl-ref-76ac7706691a162bf0ad2eb4da34d74fa41f0bd0.tar.gz
crawl-ref-76ac7706691a162bf0ad2eb4da34d74fa41f0bd0.zip
Detach spell tab.
Diffstat (limited to 'crawl-ref/source/tilereg-spl.h')
-rw-r--r--crawl-ref/source/tilereg-spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg-spl.h b/crawl-ref/source/tilereg-spl.h
index d5dedab5f9..70d35a67c5 100644
--- a/crawl-ref/source/tilereg-spl.h
+++ b/crawl-ref/source/tilereg-spl.h
@@ -21,9 +21,9 @@ public:
virtual bool update_alt_text(std::string &alt);
virtual const std::string name() const { return "Spells"; }
+ virtual int get_max_slots();
protected:
- virtual int get_max_slots();
virtual void pack_buffers();
virtual void draw_tag();