Revision: 8190
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8190&view=rev
Author:   rtv
Date:     2009-08-11 02:07:09 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
tweaked clockstring

Modified Paths:
--------------
    code/stage/trunk/libstage/worldgui.cc
    code/stage/trunk/worlds/fasr.world

Modified: code/stage/trunk/libstage/worldgui.cc
===================================================================
--- code/stage/trunk/libstage/worldgui.cc       2009-08-11 02:02:02 UTC (rev 
8189)
+++ code/stage/trunk/libstage/worldgui.cc       2009-08-11 02:07:09 UTC (rev 
8190)
@@ -369,7 +369,7 @@
   double localratio = (double)interval_track / (double)average_real_interval;
   
   char buf[32];
-  snprintf( buf, 32, " [%.2f]", localratio );
+  snprintf( buf, 32, " [%.1f]", localratio );
   str += buf;
   
   if( paused == true )

Modified: code/stage/trunk/worlds/fasr.world
===================================================================
--- code/stage/trunk/worlds/fasr.world  2009-08-11 02:02:02 UTC (rev 8189)
+++ code/stage/trunk/worlds/fasr.world  2009-08-11 02:07:09 UTC (rev 8190)
@@ -6,7 +6,7 @@
 include "map.inc"
 include "sick.inc"
 
-speedup -1 # fast mode
+speedup 100 
 paused 1
 
 # time to pause (in GUI mode) or quit (in headless mode) the simulation


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to