[Scummvm-cvs-logs] SF.net SVN: scummvm:[39221] scummvm/trunk/engines/kyra/timer.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Mar 8 14:11:06 CET 2009


Revision: 39221
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39221&view=rev
Author:   lordhoto
Date:     2009-03-08 13:11:06 +0000 (Sun, 08 Mar 2009)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/timer.cpp

Modified: scummvm/trunk/engines/kyra/timer.cpp
===================================================================
--- scummvm/trunk/engines/kyra/timer.cpp	2009-03-08 12:13:10 UTC (rev 39220)
+++ scummvm/trunk/engines/kyra/timer.cpp	2009-03-08 13:11:06 UTC (rev 39221)
@@ -122,8 +122,6 @@
 	_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()) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list