summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-09-16 08:13:11 +0000
committerRaphael Langella <raphael.langella@gmail.com>2011-09-16 12:44:44 +0200
commit390586942c23c39e608957a9abb65fe51e1f42a9 (patch)
tree9c5b32216a5a8756c91b278d1753f804bdcda4ae /crawl-ref/source/wiz-dgn.h
parentcba068c28251694a67a2e585a3ee92b2e4e69d5c (diff)
downloadcrawl-ref-390586942c23c39e608957a9abb65fe51e1f42a9.tar.gz
crawl-ref-390586942c23c39e608957a9abb65fe51e1f42a9.zip
Fix the abyss speed wizmode command prompt.
Higher value for higher speed now. Also move the function into wiz-dgn.cc.
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 64c6fc0eda..ac2beff589 100644
--- a/crawl-ref/source/wiz-dgn.h
+++ b/crawl-ref/source/wiz-dgn.h
@@ -25,5 +25,6 @@ void debug_make_trap(void);
bool debug_make_shop(const coord_def& pos = you.pos());
void debug_place_map();
void debug_test_explore();
+void wizard_abyss_speed();
#endif