summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-10 23:01:39 -0400
committerNeil Moore <neil@s-z.org>2014-07-10 23:01:39 -0400
commitae4456353af15664a6283f0fd2e4e99b37f81805 (patch)
treebf9ba2d5aec32384d6fe1e981b3e71b3408ba23c /crawl-ref/source/terrain.cc
parent26a88daec5cbddc2b0fee517283943e43f1eb93a (diff)
downloadcrawl-ref-ae4456353af15664a6283f0fd2e4e99b37f81805.tar.gz
crawl-ref-ae4456353af15664a6283f0fd2e4e99b37f81805.zip
Simplify further (Grunt)
Diffstat (limited to 'crawl-ref/source/terrain.cc')
-rw-r--r--crawl-ref/source/terrain.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc
index ce30d21e7e..b8ff2eef2b 100644
--- a/crawl-ref/source/terrain.cc
+++ b/crawl-ref/source/terrain.cc
@@ -1391,8 +1391,6 @@ void fall_into_a_pool(dungeon_feature_type terrain)
ouch(INSTANT_DEATH, NON_MONSTER, KILLED_BY_WATER);
}
-
- return;
}
typedef map<string, dungeon_feature_type> feat_desc_map;