summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-29 20:56:20 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-29 20:56:20 +0000
commit16acbf55b74d1d6c32cf34af8092a2df9756d65f (patch)
treefc908d303dc2d894411999efbafe77655a6f4ac9 /crawl-ref/source/notes.cc
parente66c77b50df3c0c91837b52b9e61c8235a96c685 (diff)
downloadcrawl-ref-16acbf55b74d1d6c32cf34af8092a2df9756d65f.tar.gz
crawl-ref-16acbf55b74d1d6c32cf34af8092a2df9756d65f.zip
* Replace rock stair tiles with Eino's cool new escape hatch tiles.
* Don't check milestones in arena mode. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10078 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index c30efe3706..bffe947996 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -429,6 +429,9 @@ Note::Note( NOTE_TYPES t, int f, int s, const char* n, const char* d ) :
void Note::check_milestone() const
{
#ifdef DGL_MILESTONES
+ if (crawl_state.arena)
+ return;
+
if (type == NOTE_DUNGEON_LEVEL_CHANGE)
{
const int br = place_branch(packed_place),