summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 20:49:29 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 20:49:29 +0000
commitec5b80d6bf96936a3f803e89c7128effa703ebe7 (patch)
treef92d236e8e9bd3a74b87c23453a91be0a8ccbb70 /crawl-ref/source/abl-show.h
parent4c540e1c4e99150305b9c5297928ed1794cec13c (diff)
downloadcrawl-ref-ec5b80d6bf96936a3f803e89c7128effa703ebe7.tar.gz
crawl-ref-ec5b80d6bf96936a3f803e89c7128effa703ebe7.zip
* Add description toggle (only '?' this time) into spellcasting menu and
make I use a loop as well, so that z?? and I are now functionally identical. (Which of course brings up the question of whether you really need an additional key to do this. :p) * Simplify a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9413 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.h')
-rw-r--r--crawl-ref/source/abl-show.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/abl-show.h b/crawl-ref/source/abl-show.h
index e3d2610e4a..65d3ec1d66 100644
--- a/crawl-ref/source/abl-show.h
+++ b/crawl-ref/source/abl-show.h
@@ -66,8 +66,7 @@ const struct ability_def & get_ability_def( ability_type abil );
const char* ability_name(ability_type ability);
const std::string make_cost_description(ability_type ability);
std::vector<const char*> get_ability_names();
-int choose_ability_menu(const std::vector<talent>& talents,
- bool describe = false);
+int choose_ability_menu(const std::vector<talent>& talents);
// last updated 12may2000 {dlb}
/* ***********************************************************************