summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-17 14:16:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-17 14:16:52 +0000
commita9a5ce7479fc6358f96aadad9654d35f2a573782 (patch)
treec1c30d02f940fc10fd80f729ce712fe0fee8fc07 /crawl-ref/source/view.h
parent3893b36195d2345f1a24a42fd5ed31cd72a8f501 (diff)
downloadcrawl-ref-a9a5ce7479fc6358f96aadad9654d35f2a573782.tar.gz
crawl-ref-a9a5ce7479fc6358f96aadad9654d35f2a573782.zip
x on the level-map changes travel exclusion radius. Radius steps are 1, 4 and
8. Travel cache version also changes. [1738213] describe_floor() now uses feature_description instead of rolling its own. This does produce redundant messages when stepping into shallow water, but I think we can live with that. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1591 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 8bf9e79237..3a47f8adac 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -139,6 +139,7 @@ void set_terrain_seen( int x, int y );
bool is_terrain_known( int x, int y );
bool is_terrain_seen( int x, int y );
bool is_terrain_changed( int x, int y );
+bool is_terrain_known(const coord_def &p);
inline bool is_terrain_seen(const coord_def &c)
{