pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3512 - trunk/pingus/src


From: plouj at BerliOS
Subject: [Pingus-CVS] r3512 - trunk/pingus/src
Date: Sat, 1 Dec 2007 20:25:27 +0100

Author: plouj
Date: 2007-12-01 20:25:26 +0100 (Sat, 01 Dec 2007)
New Revision: 3512

Modified:
   trunk/pingus/src/game_session.cpp
Log:
corrected a variable comment


Modified: trunk/pingus/src/game_session.cpp
===================================================================
--- trunk/pingus/src/game_session.cpp   2007-12-01 11:01:31 UTC (rev 3511)
+++ trunk/pingus/src/game_session.cpp   2007-12-01 19:25:26 UTC (rev 3512)
@@ -133,7 +133,7 @@
       return;
     }
 
-  // how long did the previous frame processing take (ignoring idle delay)
+  // how much time we have to account for while doing world updates
   int time_passed = int(delta.get_time() * 1000) + world_delay;
   // how much time each world update represents
   int update_time = game_speed;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]