summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-16 08:52:19 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-16 08:52:19 +0000
commitfe642d0694ff166fb0b65255c37f05b9d2ee73e1 (patch)
treed8dfe9fbd60c86b053e149c693a4561a1baa39cc /crawl-ref/source/skills2.cc
parent20161f7b196c4e760f8ef9468a4a621018eafd05 (diff)
downloadcrawl-ref-fe642d0694ff166fb0b65255c37f05b9d2ee73e1.tar.gz
crawl-ref-fe642d0694ff166fb0b65255c37f05b9d2ee73e1.zip
Removed: safe_autopickup, safe_zero_exp, lowercase_invocations,
always_greet, terse_hand, increasing_skill_progress, use_notes, confirm_self_target. (default_autoprayer still exists.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2859 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 4d7a7bc9d6..6b83e96772 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1878,10 +1878,7 @@ static void display_skill_table(bool show_aptitudes)
if ( !show_aptitudes )
{
textcolor(CYAN);
- if ( !Options.increasing_skill_progress )
- cprintf( " (%d)", (100 - percent_done) / 10 );
- else
- cprintf( " (%2d%%)", (percent_done / 5) * 5 );
+ cprintf( " (%2d%%)", (percent_done / 5) * 5 );
}
else
{