summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-14 15:28:29 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-15 13:07:28 +0200
commitff7d79b693d6c5a62a3068d459e73d193bdacb32 (patch)
treea1156f9ca7e569abddee438ba5e329b198c7a2bf /crawl-ref/source/dgn-overview.h
parent919270b38deb33ce6b21e57796992ccbd753dc55 (diff)
downloadcrawl-ref-ff7d79b693d6c5a62a3068d459e73d193bdacb32.tar.gz
crawl-ref-ff7d79b693d6c5a62a3068d459e73d193bdacb32.zip
Keep unique annotations on portal levels until the level is deleted.
This is not very useful, but this inconsistency could still surprise someone in rare cases.
Diffstat (limited to 'crawl-ref/source/dgn-overview.h')
-rw-r--r--crawl-ref/source/dgn-overview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-overview.h b/crawl-ref/source/dgn-overview.h
index 459d64d4c7..a4bd562cbb 100644
--- a/crawl-ref/source/dgn-overview.h
+++ b/crawl-ref/source/dgn-overview.h
@@ -40,7 +40,7 @@ bool level_annotation_has(std::string str,
void annotate_level();
void do_annotate(level_id& li);
-void clear_level_annotation(level_id li);
+void clear_level_annotations(level_id li);
class writer;
class reader;