pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3157 - in trunk/pingus: . src


From: jsalmon3
Subject: [Pingus-CVS] r3157 - in trunk/pingus: . src
Date: Sat, 15 Sep 2007 07:39:36 +0200

Author: jsalmon3
Date: 2007-09-15 07:39:32 +0200 (Sat, 15 Sep 2007)
New Revision: 3157

Modified:
   trunk/pingus/TODO
   trunk/pingus/src/pingus_main.cpp
Log:
Added missing break when starting in the editor that caused game_speed to be 0 
and games ran too fast

Modified: trunk/pingus/TODO
===================================================================
--- trunk/pingus/TODO   2007-09-15 05:16:52 UTC (rev 3156)
+++ trunk/pingus/TODO   2007-09-15 05:39:32 UTC (rev 3157)
@@ -134,9 +134,6 @@
 
 - when drag&dropping objects, have them at center not top/left
 
-- testing a game in the editor results in insanely fast speed (FPS
-  handling likely still broken and wasting CPU)
-
 - fix align of exits
 
 - add icons to filedialog

Modified: trunk/pingus/src/pingus_main.cpp
===================================================================
--- trunk/pingus/src/pingus_main.cpp    2007-09-15 05:16:52 UTC (rev 3156)
+++ trunk/pingus/src/pingus_main.cpp    2007-09-15 05:39:32 UTC (rev 3157)
@@ -314,6 +314,7 @@
 
         case 'e': // -e, --editor
           editor = true;
+          break;
 
         case 't': // -t, --set-speed
           game_speed = atoi(argp.get_argument().c_str());





reply via email to

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