From 376d7d8be0443ac004a1fe5d88f56325497d1921 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 5 Dec 2007 14:06:26 +0000 Subject: Slight cleanup of randart autoinscription. Code cleanup with unrandarts and fixedarts. Bugfix for isomorphic-up-to-colour unrandarts being confused when lost in the Abyss. Trowel will not clobber critical features (stairs, portals, etc.) Nemelex is unhappy about Trowel failing. Breaks savefiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3003 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/terrain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/terrain.h') diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h index 51caa559d6..16b728c5c4 100644 --- a/crawl-ref/source/terrain.h +++ b/crawl-ref/source/terrain.h @@ -55,4 +55,6 @@ void dungeon_terrain_changed(const coord_def &pos, bool preserve_features = false, bool preserve_items = false); +bool is_critical_feature(dungeon_feature_type feat); + #endif -- cgit v1.2.3-54-g00ecf