summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-02 16:34:51 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-02 16:36:14 +0100
commite903323165daa65a5d646f0c061de9d60177b88a (patch)
treeb52d4794dfac358bcdfa895d68cfffc68e141dc4 /crawl-ref/source/tags.h
parent472560d73f947309000c50e9c562a8ab7bb13d25 (diff)
downloadcrawl-ref-e903323165daa65a5d646f0c061de9d60177b88a.tar.gz
crawl-ref-e903323165daa65a5d646f0c061de9d60177b88a.zip
Get rid of you.synch_time.
Also, the check for whether to do the corresponding effects has been moved into effects.cc:handle_time.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index 1583d68bf2..e3ec18f659 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -50,7 +50,8 @@ enum tag_minor_version
TAG_MINOR_DISEASE = 1, // you.disease changed to an integer
TAG_MINOR_MAPCELL_NOCOLOUR = 2, // map_cell::colour removed
TAG_MINOR_SHOWTYPE_EXTENDED = 3, // map_cell::object stores more data
- TAG_MINOR_VERSION = 3 // Current version. (Keep equal to max.)
+ TAG_MINOR_SYNCH_TIME = 4, // player::synch_time removed
+ TAG_MINOR_VERSION = 4 // Current version. (Keep equal to max.)
};
struct enum_info