summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-06 19:01:54 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-06 22:16:10 -0400
commitdf45d3f71900e6c02a753c4f960d634c619464d8 (patch)
treee59e7d569ee34000db5772064f9e155257099d46 /crawl-ref/source/mapmark.cc
parentdaa30c611edf39766ff6f2071e2577e46fb24eed (diff)
downloadcrawl-ref-df45d3f71900e6c02a753c4f960d634c619464d8.tar.gz
crawl-ref-df45d3f71900e6c02a753c4f960d634c619464d8.zip
Remove phoenixes
They were so annoying they were removed from holy zigs, reducing their appearnces to just a few vaults.
Diffstat (limited to 'crawl-ref/source/mapmark.cc')
-rw-r--r--crawl-ref/source/mapmark.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc
index 7da368b3dd..c0016c1515 100644
--- a/crawl-ref/source/mapmark.cc
+++ b/crawl-ref/source/mapmark.cc
@@ -33,7 +33,9 @@ map_marker::marker_reader map_marker::readers[NUM_MAP_MARKER_TYPES] =
&map_wiz_props_marker::read,
&map_tomb_marker::read,
&map_malign_gateway_marker::read,
+#if TAG_MAJOR_VERSION == 34
&map_phoenix_marker::read,
+#endif
&map_position_marker::read,
#if TAG_MAJOR_VERSION == 34
&map_door_seal_marker::read,
@@ -666,6 +668,7 @@ string map_malign_gateway_marker::debug_describe() const
return make_stringf("Malign gateway (%d, %s)", duration,
is_player ? "player" : "monster");
}
+#if TAG_MAJOR_VERSION == 34
//////////////////////////////////////////////////////////////////////////
// map_phoenix_marker
@@ -720,7 +723,6 @@ 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