From caad029e611bb2eeedcab049d624a9e2be4e0dd5 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 27 Dec 2009 18:21:20 +0300 Subject: 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.) --- crawl-ref/source/wiz-dgn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/wiz-dgn.h') 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 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(); -- cgit v1.2.3-54-g00ecf