From 88f95c1514069173d88bea833b9ee44ba124d391 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 4 Jan 2008 18:46:44 +0000 Subject: 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 --- crawl-ref/source/terrain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/terrain.h') 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); -- cgit v1.2.3-54-g00ecf