summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index a4eba7d894..f655bb1ce9 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -147,7 +147,7 @@ unsigned char get_magicmap_char(int feature);
void viewwindow(bool draw_it, bool do_updates);
bool find_ray( int sourcex, int sourcey, int targetx, int targety,
- bool allow_fallback, ray_def& ray );
+ bool allow_fallback, ray_def& ray, int cycle_dir = 0 );
dungeon_char_type dchar_by_name(const std::string &name);