From e1ae3e2330c4ce474ae13adff5ffbb5ad073cab5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 26 Jan 2009 05:03:44 +0000 Subject: Since DNGN_WATER_STUCK appears to only be used as a placeholder when generating the Shoals, rename it DNGN_WATER_RESERVED, and make grid_is_water() take it into account just in case. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8767 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index c1b90f8751..706bf3e247 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -982,7 +982,7 @@ enum dungeon_feature_type DNGN_DEEP_WATER, // 62 DNGN_SHALLOW_WATER = 65, // 65 - DNGN_WATER_STUCK, + DNGN_WATER_RESERVED, // Lowest grid value that an item can be placed on. DNGN_MINITEM = DNGN_SHALLOW_WATER, -- cgit v1.2.3-54-g00ecf