summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-11 15:32:32 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-11 15:32:32 +0000
commit42a287ebc7f5cd9b483966c1419c3020036c342d (patch)
tree7593f84614af877a2fb60dddcee3989cbb406d07 /crawl-ref/source/describe.cc
parentf35e944cc23bebb7bb0dffb7697f24804b572d87 (diff)
downloadcrawl-ref-42a287ebc7f5cd9b483966c1419c3020036c342d.tar.gz
crawl-ref-42a287ebc7f5cd9b483966c1419c3020036c342d.zip
Some more tweaks to starting equipment and skills.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6498 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 11ff6eca6e..1659657f03 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2888,7 +2888,7 @@ static void _detailed_god_description(god_type which_god)
const int bottom_line = std::min(30, get_number_of_lines());
- cgotoxy(1, bottom_line-1);
+ cgotoxy(1, bottom_line);
formatted_string::parse_string(
"Press '<w>!</w>' to toggle between the overview and the more detailed "
"description.").display();
@@ -3105,7 +3105,7 @@ void describe_god( god_type which_god, bool give_title )
numcols).c_str());
}
- cgotoxy(1, bottom_line - 1);
+ cgotoxy(1, bottom_line);
textcolor(LIGHTGREY);
formatted_string::parse_string(
"Press '<w>!</w>' to toggle between the overview and the more detailed "