From 275cf8a383a58262c939b7662f1b7ec02f69cb86 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 8 Mar 2009 13:11:06 +0000 Subject: Cleanup. svn-id: r39221 --- engines/kyra/timer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/kyra/timer.cpp b/engines/kyra/timer.cpp index fb22854b94..f9bb36206e 100644 --- a/engines/kyra/timer.cpp +++ b/engines/kyra/timer.cpp @@ -122,8 +122,6 @@ void TimerManager::update() { _nextRun += 99999; for (Iterator pos = _timers.begin(); pos != _timers.end(); ++pos) { - if (pos->enabled == 1) - if (pos->enabled == 1 && pos->countdown >= 0) { if (pos->nextRun <= _system->getMillis()) { if (pos->func && pos->func->isValid()) { -- cgit v1.2.3