summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-12 02:55:55 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-12 02:55:55 +0000
commit7e8747d114645c5d58d5fd59353b3f34b93e094f (patch)
tree9dea8b6ac7724d23641449fadfff2bd60f25d840 /crawl-ref/source/travel.h
parent55d86698b1be510ad0e044ec4e9fdb20d77296d5 (diff)
downloadcrawl-ref-7e8747d114645c5d58d5fd59353b3f34b93e094f.tar.gz
crawl-ref-7e8747d114645c5d58d5fd59353b3f34b93e094f.zip
Minor changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7223 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 700d8635db..d581b1afd9 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -63,7 +63,7 @@ void cycle_exclude_radius(const coord_def &p);
void toggle_exclude(const coord_def &p);
void set_exclude(const coord_def &p, int radius2);
void clear_excludes();
-unsigned char is_waypoint(int x, int y);
+unsigned char is_waypoint(const coord_def &p);
void update_excludes();
bool is_exclude_root(const coord_def &p);
bool is_stair(dungeon_feature_type gridc);