summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 7b81e5b64c..82b9861d55 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -2338,6 +2338,8 @@ int tileidx_feature(int object, int gx, int gy)
case DNGN_ROCK_WALL:
case DNGN_PERMAROCK_WALL:
return TILE_WALL_NORMAL;
+ case DNGN_OPEN_SEA:
+ return TILE_DNGN_OPEN_SEA;
case DNGN_SECRET_DOOR:
case DNGN_DETECTED_SECRET_DOOR:
{