On 08/08/2009 03:01 PM, Dave Plater wrote:
On 08/08/2009 01:43 PM, Per Jessen wrote:
Dave Plater wrote:
It works! Now I'm left with :- I: Program causes undefined operation (likely same variable used twiceand post/pre incremented in the same expression). e.g. x = x++; Split it in two operations. W: blender sequence-point source/gameengine/Physics/Bullet/CcdPhysicsController.cpp:1783, 1836
Uh, I don't even have a line 1836 in that file?
blender-2.49/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp Line 1836 = *poly_index_pt++ = *poly_index_pt++ = index[i]; Line 1783 = *poly_index_pt++ = *poly_index_pt++ = index[i];
I was using the svn version that's why you couldn't find it. I will revert back to the original. Regards Dave P -- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org