summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.h')
-rw-r--r--crawl-ref/source/direct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/direct.h b/crawl-ref/source/direct.h
index 7b14bb3e00..f8be4357a7 100644
--- a/crawl-ref/source/direct.h
+++ b/crawl-ref/source/direct.h
@@ -23,8 +23,8 @@
* spells2 - spells3 - spells4
* *********************************************************************** */
-void direction( struct dist &moves, targeting_type restricts = DIR_NONE,
- int mode = TARG_ANY, bool just_looking = false,
+void direction( dist &moves, targeting_type restricts = DIR_NONE,
+ targ_mode_type mode = TARG_ANY, bool just_looking = false,
const char *prompt = NULL );
bool in_los_bounds(int x, int y);