From ec5b80d6bf96936a3f803e89c7128effa703ebe7 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 11 Mar 2009 20:49:29 +0000 Subject: * 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 --- crawl-ref/source/abl-show.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/abl-show.h') 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 get_ability_names(); -int choose_ability_menu(const std::vector& talents, - bool describe = false); +int choose_ability_menu(const std::vector& talents); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf