summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 09:56:26 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 09:56:26 +0000
commitc0c7da4864ed1598594bd372f60058cbe4c3052f (patch)
tree5e91125d1ef8496be469ebb6a30465b2ef223073 /crawl-ref
parente94983596e609fa3207c31f6e46916979c5b445c (diff)
downloadcrawl-ref-c0c7da4864ed1598594bd372f60058cbe4c3052f.tar.gz
crawl-ref-c0c7da4864ed1598594bd372f60058cbe4c3052f.zip
r10346 for 0.5: Don't make a milestone for reaching the bottom of the Hive, just for entering.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10347 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/notes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index c30efe3706..999f60167d 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -442,7 +442,7 @@ void Note::check_milestone() const
if (dep == 1)
mark_milestone("enter", "entered " + branch + ".");
- else if (dep == _dungeon_branch_depth(br))
+ else if (dep == _dungeon_branch_depth(br && br != BRANCH_HIVE))
{
std::string level = place_name(packed_place, true, true);
if (level.find("Level ") == 0)