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;



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to