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:45:23 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-11 15:45:23 +0000
commit6ac25ffd6efaa21bc9ac1d9a5828e7ae6412d292 (patch)
tree43de69e9e8645ec0e1f99d0b5fb4af8e928dba22 /crawl-ref/source/describe.cc
parent9f6d46081c7ab1d1d56a5e145ccfad9765cf35da (diff)
downloadcrawl-ref-6ac25ffd6efaa21bc9ac1d9a5828e7ae6412d292.tar.gz
crawl-ref-6ac25ffd6efaa21bc9ac1d9a5828e7ae6412d292.zip
Apply r6498 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6499 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 "