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/hiscores.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/hiscores.cc') diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc index 5132af79e5..9c6a2805e9 100644 --- a/crawl-ref/source/hiscores.cc +++ b/crawl-ref/source/hiscores.cc @@ -2076,7 +2076,6 @@ std::string xlog_fields::xlog_line() const // Milestones #ifdef DGL_MILESTONES - void mark_milestone(const std::string &type, const std::string &milestone) { const std::string milestone_file = Options.save_dir + "milestones.txt"; @@ -2092,7 +2091,6 @@ void mark_milestone(const std::string &type, const std::string &milestone) lk_close(fp, "a", milestone_file); } } - #endif // DGL_MILESTONES #ifdef DGL_WHEREIS -- cgit v1.2.3-54-g00ecf