summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-07-14 18:45:19 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-07-14 19:11:07 +0530
commit1b48fd3810b59e3b08a22d3ff7c99a98aec23137 (patch)
treefc15c5dd07c0afb4b50440165de1b03e1b1ad958 /crawl-ref/source/hiscores.h
parent5825bbfabf947148d5510f65a1724d4c6725fcda (diff)
downloadcrawl-ref-1b48fd3810b59e3b08a22d3ff7c99a98aec23137.tar.gz
crawl-ref-1b48fd3810b59e3b08a22d3ff7c99a98aec23137.zip
Rename is_rune* to item_is_rune*, make mark_milestone usable without dgl check at every point of use.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 3ef409fd3d..aa17225674 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -21,10 +21,8 @@ std::string hiscores_format_single( const scorefile_entry &se );
std::string hiscores_format_single_long( const scorefile_entry &se,
bool verbose = false );
-#ifdef DGL_MILESTONES
void mark_milestone(const std::string &type, const std::string &milestone,
bool report_origin_level = false);
-#endif
#ifdef DGL_WHEREIS
std::string xlog_status_line();