summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-04-10 00:10:09 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 18:58:18 -0230
commit00a79ed0d4ad8f99f16e234d3dd668f9acaef07f (patch)
tree9854b1fa3fa478c128387b4e95aea5a8553fd166 /crawl-ref/source/mapmark.cc
parent4e8a9ab0e8233a028b350a0b2841714bf9f723a4 (diff)
downloadcrawl-ref-00a79ed0d4ad8f99f16e234d3dd668f9acaef07f.tar.gz
crawl-ref-00a79ed0d4ad8f99f16e234d3dd668f9acaef07f.zip
Tag door seal markers for removal at the next major version bump
Diffstat (limited to 'crawl-ref/source/mapmark.cc')
-rw-r--r--crawl-ref/source/mapmark.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc
index 89133eb554..3bf187f0e7 100644
--- a/crawl-ref/source/mapmark.cc
+++ b/crawl-ref/source/mapmark.cc
@@ -35,7 +35,9 @@ map_marker::marker_reader map_marker::readers[NUM_MAP_MARKER_TYPES] =
&map_malign_gateway_marker::read,
&map_phoenix_marker::read,
&map_position_marker::read,
+#if TAG_MAJOR_VERSION == 34
&map_door_seal_marker::read,
+#endif
&map_terrain_change_marker::read,
};
@@ -717,6 +719,7 @@ string map_phoenix_marker::debug_describe() const
return make_stringf("Phoenix marker (%d, %d)", duration, mon_num);
}
+#if TAG_MAJOR_VERSION == 34
////////////////////////////////////////////////////////////////////////////
// map_door_seal_marker
@@ -761,6 +764,7 @@ string map_door_seal_marker::debug_describe() const
{
return make_stringf("Door seal marker (%d, %d)", duration, mon_num);
}
+#endif
////////////////////////////////////////////////////////////////////////////
// map_terrain_change_marker