summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.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/enum.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/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 6408f267ca..193d4887a2 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -579,6 +579,7 @@ enum command_type
CMD_MAP_ADD_WAYPOINT,
CMD_MAP_EXCLUDE_AREA,
CMD_MAP_CLEAR_EXCLUDES,
+ CMD_MAP_EXCLUDE_RADIUS,
CMD_MAP_MOVE_LEFT,
CMD_MAP_MOVE_DOWN,