summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-07 20:48:00 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-07 20:48:00 +0100
commit790c8b93daf2c00b688400ee0681eb7c6b457ef0 (patch)
tree0387bf3d94bd8b3c3b6e305eb745d02cd6008869 /crawl-ref/source/wiz-dgn.h
parent11b3bf3495868d575c047680b5505e4dc2286e34 (diff)
downloadcrawl-ref-790c8b93daf2c00b688400ee0681eb7c6b457ef0.tar.gz
crawl-ref-790c8b93daf2c00b688400ee0681eb7c6b457ef0.zip
& ^K to clear the "used" flag from all vaults.
Diffstat (limited to 'crawl-ref/source/wiz-dgn.h')
-rw-r--r--crawl-ref/source/wiz-dgn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-dgn.h b/crawl-ref/source/wiz-dgn.h
index 81bdf1cbae..8437ee0b00 100644
--- a/crawl-ref/source/wiz-dgn.h
+++ b/crawl-ref/source/wiz-dgn.h
@@ -21,6 +21,7 @@ void wizard_level_travel(bool down);
void wizard_interlevel_travel();
void wizard_list_levels();
void wizard_recreate_level();
+void wizard_clear_used_vaults();
void debug_make_trap(void);
bool debug_make_shop(const coord_def& pos = you.pos());
void debug_place_map(bool primary);