summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-name.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-12 11:30:12 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-12 11:31:57 +0100
commitaf5862b9ed2d4e622b2ba6cb2fd4113bdb65ab3e (patch)
tree05167bac8c34b48c21d73c3fb54e27cc988e0572 /crawl-ref/source/cmd-name.h
parentb5e04497a8d021efe59448e1e375d4ff102d81c1 (diff)
downloadcrawl-ref-af5862b9ed2d4e622b2ba6cb2fd4113bdb65ab3e.tar.gz
crawl-ref-af5862b9ed2d4e622b2ba6cb2fd4113bdb65ab3e.zip
Add wiz-mode arbitrary radius exclude command.
This is quite a hack: Hitting 'R' on the level map in wizard mode will silently read a number that specifies the exclude radius. If you have an idea for making this nicer, please improve or tell me.
Diffstat (limited to 'crawl-ref/source/cmd-name.h')
-rw-r--r--crawl-ref/source/cmd-name.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-name.h b/crawl-ref/source/cmd-name.h
index 9940b8e548..0d58833c4d 100644
--- a/crawl-ref/source/cmd-name.h
+++ b/crawl-ref/source/cmd-name.h
@@ -114,6 +114,7 @@
{CMD_MAP_ADD_WAYPOINT, "CMD_MAP_ADD_WAYPOINT"},
{CMD_MAP_EXCLUDE_AREA, "CMD_MAP_EXCLUDE_AREA"},
{CMD_MAP_CLEAR_EXCLUDES, "CMD_MAP_CLEAR_EXCLUDES"},
+{CMD_MAP_EXCLUDE_RADIUS, "CMD_MAP_EXCLUDE_RADIUS"},
{CMD_MAP_MOVE_LEFT, "CMD_MAP_MOVE_LEFT"},
{CMD_MAP_MOVE_DOWN, "CMD_MAP_MOVE_DOWN"},
{CMD_MAP_MOVE_UP, "CMD_MAP_MOVE_UP"},