summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.h
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.h
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.h')
-rw-r--r--crawl-ref/source/mapmark.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h
index 289cc6ddbe..e3f03e03fe 100644
--- a/crawl-ref/source/mapmark.h
+++ b/crawl-ref/source/mapmark.h
@@ -164,6 +164,7 @@ public:
coord_def corpse_pos;
};
+#if TAG_MAJOR_VERSION == 34
// A marker for sealed doors
class map_door_seal_marker : public map_marker
{
@@ -184,6 +185,7 @@ public:
int mon_num;
dungeon_feature_type old_feature;
};
+#endif
// A marker for temporary terrain changes
class map_terrain_change_marker : public map_marker