summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorKyle Fox <kylejfox@gmail.com>2013-04-17 12:05:29 -0500
committerFlorian Diebold <flodiebold@gmail.com>2013-04-28 12:52:54 +0200
commit8e1f0a710952af69f09dea14dd529ee7f1929380 (patch)
tree430767b18911dc21516f4468ee1047d59f1d8897 /crawl-ref/source/menu.h
parent0387c0aff6f5b11d0ef75c805b1eed64d26058c9 (diff)
downloadcrawl-ref-8e1f0a710952af69f09dea14dd529ee7f1929380.tar.gz
crawl-ref-8e1f0a710952af69f09dea14dd529ee7f1929380.zip
Enabled aptitudes and species info hotkeys to work when selecting character.
The start and end values for the webtiles menus were not being updated correctly when a jump_to was used before the menu actually appeared. Signed-off-by: Florian Diebold <flodiebold@gmail.com>
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index c918239b4c..88f1663aa1 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -438,6 +438,8 @@ protected:
virtual void webtiles_write_title() const;
virtual void webtiles_write_item(int index, const MenuEntry *me) const;
+ void webtiles_new_first_entry();
+
int _webtiles_section_start;
int _webtiles_section_end;