Update of /cvsroot/playerstage/code/player/utils/playerv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2608/utils/playerv

Modified Files:
        pv_dev_vectormap.c 
Log Message:
applied
[ 1894443 ] CVS: really small bug in new playerv vectormap code


Index: pv_dev_vectormap.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_vectormap.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pv_dev_vectormap.c  15 Feb 2008 08:25:38 -0000      1.4
--- pv_dev_vectormap.c  17 Feb 2008 23:05:05 -0000      1.5
***************
*** 136,140 ****
                        time_diff = (double)(time.tv_sec - old_time.tv_sec) +
                                (double)(time.tv_usec - 
old_time.tv_usec)/1000000;
!                       if (time_diff > MAP_UPDATE_TIME)
                        {
                                // get the map info
--- 136,140 ----
                        time_diff = (double)(time.tv_sec - old_time.tv_sec) +
                                (double)(time.tv_usec - 
old_time.tv_usec)/1000000;
!                       if (time_diff > VECTORMAP_UPDATE_TIME)
                        {
                                // get the map info


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to