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

Modified Files:
        lodo.cpp 
Log Message:
applied Toby's patch to replace fixed-size arrays

Index: lodo.cpp
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/pmap/lodo.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lodo.cpp    5 May 2007 11:53:08 -0000       1.2
--- lodo.cpp    1 Nov 2007 22:16:23 -0000       1.3
***************
*** 396,399 ****
--- 396,400 ----
        q.x = sqrt(p.x * p.x + p.y * p.y);
        q.y = atan2(p.y, p.x);
+       q.z = 0;
        free->polar = q;
  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to