From 16acbf55b74d1d6c32cf34af8092a2df9756d65f Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 29 Jun 2009 20:56:20 +0000 Subject: * 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 --- crawl-ref/source/notes.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/notes.cc') 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), -- cgit v1.2.3-54-g00ecf