summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.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-keys.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-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index 5294c04ae0..d9610d58d3 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -242,6 +242,7 @@
{CONTROL('W'), CMD_MAP_ADD_WAYPOINT},
{'e', CMD_MAP_EXCLUDE_AREA},
{CONTROL('E'), CMD_MAP_CLEAR_EXCLUDES},
+{'R', CMD_MAP_EXCLUDE_RADIUS},
{'b', CMD_MAP_MOVE_DOWN_LEFT},
{'h', CMD_MAP_MOVE_LEFT},
{'j', CMD_MAP_MOVE_DOWN},