summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-18 21:55:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-18 21:55:39 +0000
commitd94245983324bbedff384a23e7113715fa1da63f (patch)
treed671b5fc496bb203be236c17f4095d63d57f7e34 /crawl-ref/source/view.h
parentb1550dd18c1c2d41eee11bb2a33f01baccb0d8eb (diff)
downloadcrawl-ref-d94245983324bbedff384a23e7113715fa1da63f.tar.gz
crawl-ref-d94245983324bbedff384a23e7113715fa1da63f.zip
Fixed crawl -mapstat segfaulting.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7485 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 502e987887..1337f2f54f 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -220,6 +220,7 @@ bool see_grid_no_trans( const coord_def &p );
bool trans_wall_blocking( const coord_def &p );
bool grid_see_grid(const coord_def& p1, const coord_def& p2,
dungeon_feature_type allowed = DNGN_UNSEEN);
+unsigned grid_character_at(const coord_def &c);
inline bool see_grid( int grx, int gry )
{