From e903323165daa65a5d646f0c061de9d60177b88a Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 2 Dec 2009 16:34:51 +0100 Subject: Get rid of you.synch_time. Also, the check for whether to do the corresponding effects has been moved into effects.cc:handle_time. --- crawl-ref/source/player.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/player.cc') 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; -- cgit v1.2.3-54-g00ecf