summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 18:46:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 18:46:44 +0000
commit88f95c1514069173d88bea833b9ee44ba124d391 (patch)
tree493f66299a1338ee2b0186877b74bd5f7550b500 /crawl-ref/source/terrain.h
parentca64bade7f7c4290031cfad630174d4e888b8ac6 (diff)
downloadcrawl-ref-88f95c1514069173d88bea833b9ee44ba124d391.tar.gz
crawl-ref-88f95c1514069173d88bea833b9ee44ba124d391.zip
Actually use the new rock habitat properly (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3189 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index 24724a5713..cd980bd298 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -31,6 +31,7 @@ bool grid_is_solid(dungeon_feature_type grid);
bool grid_is_solid(int x, int y);
bool grid_is_solid(const coord_def &c);
bool grid_is_rock(dungeon_feature_type grid);
+bool grid_is_permarock(dungeon_feature_type grid);
bool grid_is_stone_stair(dungeon_feature_type grid);
bool grid_is_rock_stair(dungeon_feature_type grid);
bool grid_is_trap(dungeon_feature_type grid);