From cce3c6e018e1ec88a1b49eaf2fbfde88f51ada01 Mon Sep 17 00:00:00 2001 From: Haran Pilpel Date: Wed, 13 Jan 2010 10:01:03 +0200 Subject: Various cleanups, use you.weapon() more often, fix a note in README.txt. --- crawl-ref/source/abl-show.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 1bd1a6afab..eb04a885af 100644 --- a/crawl-ref/source/abl-show.h +++ b/crawl-ref/source/abl-show.h @@ -84,7 +84,7 @@ int choose_ability_menu(const std::vector& talents); bool activate_ability(); std::vector your_talents(bool check_confused); -bool string_matches_ability_name(const std::string key); +bool string_matches_ability_name(const std::string& key); std::string print_abilities(void); void set_god_ability_slots(void); -- cgit v1.2.3-54-g00ecf