From e0ecd1fad5cd18dd866cb46d9b230e20cea53606 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 2 Oct 2008 17:01:22 +0000 Subject: Clarify god descriptions a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7082 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 809394b94f..d0ad01ac01 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -2856,7 +2856,8 @@ static int _piety_level() static void _detailed_god_description(god_type which_god) { clrscr(); - int width = std::min(80, get_number_of_cols()); + + const int width = std::min(80, get_number_of_cols()); std::string godname = god_name(which_god, true); int len = get_number_of_cols() - godname.length(); -- cgit v1.2.3-54-g00ecf