summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
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/player.cc
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/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index a83fffad66..ab351092fe 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5350,7 +5350,6 @@ void player::init()
elapsed_time = 0;
rotting = 0;
unrand_reacts = 0;
- synch_time = 0;
magic_contamination = 0;