summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-cmd.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-02 14:48:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-10-03 19:04:34 +0200
commit9802b5fc677eb83327eac391cd6f1c12dc33ad3f (patch)
treea0b4f1e185ebf359a94ec0ac8883e86252e7fc62 /crawl-ref/source/tilereg-cmd.h
parentc044a101ff31a934656269262e191fc2b33a833b (diff)
downloadcrawl-ref-9802b5fc677eb83327eac391cd6f1c12dc33ad3f.tar.gz
crawl-ref-9802b5fc677eb83327eac391cd6f1c12dc33ad3f.zip
Rename CMD_SEARCH to CMD_WAIT.
Also, fix the help claiming that the center arrow ("numpad-5") will wait a single turn: it waits 100, with or without NumLock.
Diffstat (limited to 'crawl-ref/source/tilereg-cmd.h')
-rw-r--r--crawl-ref/source/tilereg-cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg-cmd.h b/crawl-ref/source/tilereg-cmd.h
index 8cdd59e078..a13644e852 100644
--- a/crawl-ref/source/tilereg-cmd.h
+++ b/crawl-ref/source/tilereg-cmd.h
@@ -54,7 +54,7 @@ static const command_type ct_action_commands[] =
CMD_REST,
CMD_DISPLAY_INVENTORY, CMD_CAST_SPELL, CMD_USE_ABILITY,
CMD_PRAY, CMD_BUTCHER, CMD_DROP,
- CMD_INTERLEVEL_TRAVEL, CMD_SEARCH, CMD_SEARCH_STASHES,
+ CMD_INTERLEVEL_TRAVEL, CMD_WAIT, CMD_SEARCH_STASHES,
// commonly used screens
CMD_DISPLAY_SKILLS, CMD_MEMORISE_SPELL