summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-20 21:07:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-20 21:07:35 +0000
commit9b5ee487ebe26e03f3b1d70520492f5d0bf54de0 (patch)
tree410bda44a760a55d1477adc3dfa1449b647af160 /crawl-ref/source/mon-util.cc
parente867a0f0bf9cc17df941665d43a87094c7e35657 (diff)
downloadcrawl-ref-9b5ee487ebe26e03f3b1d70520492f5d0bf54de0.tar.gz
crawl-ref-9b5ee487ebe26e03f3b1d70520492f5d0bf54de0.zip
Improve level exit handling again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6008 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 79d5709bdf..496bc3919d 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -6185,7 +6185,6 @@ bool monsters::move_to_pos(const coord_def &newpos)
return (true);
}
-
// Returns true if the trap should be revealed to the player.
bool monsters::do_shaft()
{