summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-19 04:18:53 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-19 04:18:53 +0000
commit63318a4b57b03ffc4686e4a3b78d64b73f50b6b9 (patch)
treead233d952c0197fdf2ec3e1707cd1cc6d31a2bff /crawl-ref/source/enum.h
parent5b3a525f14d218f3a8efec572ea347c2f6c13c3d (diff)
downloadcrawl-ref-63318a4b57b03ffc4686e4a3b78d64b73f50b6b9.tar.gz
crawl-ref-63318a4b57b03ffc4686e4a3b78d64b73f50b6b9.zip
If wizard mode is on when going through a portal to a bazaar, Crawl will
ask the user for the name of a bazaar map to load (minus the "bazaar_" at the front of the name); escape or enter can be pressed to get a random map. Adds new wizard command 'P', to create portal-vault-portals to arbitrary destinations (though any desitnation but "bazaar" will currently cause an assertion when the portal is entered). Adds new map marker class map_wiz_props_marker, which can be used by wizard commands to create a map marker with abritrary properties. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2143 c06c8d41-db1a-0410-9941-cceddc491573
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 dbdef1f880..7190d429cf 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1323,6 +1323,7 @@ enum map_marker_type
MAT_FEATURE, // Stock marker.
MAT_LUA_MARKER,
MAT_CORRUPTION_NEXUS,
+ MAT_WIZ_PROPS,
NUM_MAP_MARKER_TYPES,
MAT_ANY
};