summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-27 18:21:20 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-27 18:24:21 +0300
commitcaad029e611bb2eeedcab049d624a9e2be4e0dd5 (patch)
tree53811b91d8db9810563eff2984cc552a9fee6838 /crawl-ref/source/wiz-dgn.h
parent21c3ed598c240e9ab0bcb856c6dc84d2cee11f99 (diff)
downloadcrawl-ref-caad029e611bb2eeedcab049d624a9e2be4e0dd5.tar.gz
crawl-ref-caad029e611bb2eeedcab049d624a9e2be4e0dd5.zip
Unify wizard_create_feature_{name,number}.
It works fine, but it does not show the verbose message about placing the feature, as wizard_create_feature_name used to. (This doesn't seem very necessary since debug-mode 'x' tends to give enough information.)
Diffstat (limited to 'crawl-ref/source/wiz-dgn.h')
-rw-r--r--crawl-ref/source/wiz-dgn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-dgn.h b/crawl-ref/source/wiz-dgn.h
index c8561dcb1f..3db62ceb1b 100644
--- a/crawl-ref/source/wiz-dgn.h
+++ b/crawl-ref/source/wiz-dgn.h
@@ -10,8 +10,7 @@
#include <string>
void wizard_create_portal();
-void wizard_create_feature_number();
-void wizard_create_feature_name();
+void wizard_create_feature();
void wizard_list_branches();
void wizard_reveal_traps();
void wizard_map_level();