summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.h')
-rw-r--r--crawl-ref/source/overmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/overmap.h b/crawl-ref/source/overmap.h
index 0f0b05780c..ea29f032bd 100644
--- a/crawl-ref/source/overmap.h
+++ b/crawl-ref/source/overmap.h
@@ -17,7 +17,7 @@
#include "stash.h"
#include <vector>
-void seen_notable_thing( dungeon_feature_type which_thing, int x, int y );
+void seen_notable_thing(dungeon_feature_type which_thing, const coord_def& pos);
bool overmap_knows_portal(dungeon_feature_type portal);
void display_overmap();
bool unnotice_feature(const level_pos &pos);