summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-20 15:48:37 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-20 15:48:37 +0000
commit2971eb60b2a6b98ecc4c9ab3d3958ec732fc6f01 (patch)
tree89e1a0982f07e29c91636643e4bc0216de2e4a00 /crawl-ref/source/command.cc
parentf41625092d1a3443f64ce9d7bdf99516ad2923b8 (diff)
downloadcrawl-ref-2971eb60b2a6b98ecc4c9ab3d3958ec732fc6f01.tar.gz
crawl-ref-2971eb60b2a6b98ecc4c9ab3d3958ec732fc6f01.zip
Another (final?) update of the doll selection prompt. Things now work exactly
like I envisioned them, and I think we can take the current state and use it for 0.5.1. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10006 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 4afd3aebea..4fab8dc3eb 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2169,7 +2169,12 @@ static void _add_formatted_keyhelp(column_composer &cols)
"<w>:</w> : add note (use <w>?:</w> to read notes)\n"
"<w>~</w> : add macro (also <w>Ctrl-D</w>)\n"
"<w>=</w> : reassign inventory/spell letters\n"
+// No online play for tiles, so this replacement is reasonable. (jpeg)
+#ifdef USE_TILE
+ "<w>-</w> : select player doll"
+#else
"<w>_</w> : read messages (online play only)"
+#endif
" \n",
true, true, _cmdhelp_textfilter);