summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authorKyle Fox <kylejfox@gmail.com>2013-04-29 11:35:44 -0500
committerelliptic <hyperelliptical@gmail.com>2013-04-29 12:53:08 -0400
commitf2abbdb41b8679ceaca920c2e09af25630f7f63d (patch)
tree8334cf276e6b2889c162b1df0f64b5cbd327e1f4 /crawl-ref/source/newgame.cc
parent880986c57354920a9f68a7c5e8313b7c63364c7f (diff)
downloadcrawl-ref-f2abbdb41b8679ceaca920c2e09af25630f7f63d.tar.gz
crawl-ref-f2abbdb41b8679ceaca920c2e09af25630f7f63d.zip
Pressing ? displays List of Character Backgrounds during background selection.
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 759a5d4918..a1207dce1e 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1304,7 +1304,7 @@ static void _prompt_job(newgame_def* ng, newgame_def* ng_choice,
return;
case M_HELP:
// access to the help files
- list_commands('1');
+ list_commands('2');
return _prompt_job(ng, ng_choice, defaults);
case M_APTITUDES:
list_commands('%', false, _highlight_pattern(ng));