From af5862b9ed2d4e622b2ba6cb2fd4113bdb65ab3e Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 12 Nov 2009 11:30:12 +0100 Subject: 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. --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf