[Scummvm-cvs-logs] SF.net SVN: scummvm:[38977] scummvm/trunk/backends/timer/default/ default-timer.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Feb 28 20:31:42 CET 2009


Revision: 38977
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38977&view=rev
Author:   wjpalenstijn
Date:     2009-02-28 19:31:42 +0000 (Sat, 28 Feb 2009)

Log Message:
-----------
Remove misleading comment.

Modified Paths:
--------------
    scummvm/trunk/backends/timer/default/default-timer.cpp

Modified: scummvm/trunk/backends/timer/default/default-timer.cpp
===================================================================
--- scummvm/trunk/backends/timer/default/default-timer.cpp	2009-02-28 18:07:14 UTC (rev 38976)
+++ scummvm/trunk/backends/timer/default/default-timer.cpp	2009-02-28 19:31:42 UTC (rev 38977)
@@ -93,8 +93,7 @@
 		_head->next = slot->next;
 
 		// Update the fire time and reinsert the TimerSlot into the priority
-		// queue. Has to be done before the timer callback is invoked, in case
-		// the callback wants to remove itself.
+		// queue.
 		assert(slot->interval > 0);
 		slot->nextFireTime += (slot->interval / 1000);
 		slot->nextFireTimeMicro += (slot->interval % 1000);


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