summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-15 12:44:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-15 12:44:35 +0000
commit148d336e808fb9552692b46f750e8aaa35c92210 (patch)
treecf514ee380edc5cc356bc81f463c939691c29a5e /crawl-ref/source/menu.h
parent9fc1df65621c76cb9edbb781df61fabb21f61342 (diff)
downloadcrawl-ref-148d336e808fb9552692b46f750e8aaa35c92210.tar.gz
crawl-ref-148d336e808fb9552692b46f750e8aaa35c92210.zip
Cleaned up abilities screen information for tutorial.
Small additions to Beogh. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1589 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index ceb0d66066..834946d820 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -184,8 +184,7 @@ public:
unsigned char getkey() const { return lastch; }
void reset();
- std::vector<MenuEntry *> show(bool reuse_selections = false);
- std::vector<MenuEntry *> show_ab(bool reuse_selections = false);
+ std::vector<MenuEntry *> show(bool reuse_selections = false, bool tut_abil = false);
std::vector<MenuEntry *> selected_entries() const;
size_t item_count() const { return items.size(); }
@@ -222,8 +221,7 @@ protected:
bool alive;
protected:
- void do_menu();
- void do_menu_ab();
+ void do_menu(bool tut_abil = false);
virtual void draw_select_count(int count, bool force = false);
virtual void draw_item( int index ) const;
virtual void draw_index_item(int index, const MenuEntry *me) const;