[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16596] trunk/blender/source/gameengine/ Physics/BlOde/OdePhysicsEnvironment.cpp: This file did not compile, but is also not part of the build target...

Ton Roosendaal ton at blender.org
Thu Sep 18 18:44:07 CEST 2008


Revision: 16596
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16596
Author:   ton
Date:     2008-09-18 18:43:31 +0200 (Thu, 18 Sep 2008)

Log Message:
-----------
This file did not compile, but is also not part of the build target...
Fixed neverheless, patch #6258 from Early Ehlinger 

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp

Modified: trunk/blender/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp	2008-09-18 14:59:44 UTC (rev 16595)
+++ trunk/blender/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp	2008-09-18 16:43:31 UTC (rev 16596)
@@ -198,7 +198,7 @@
 
 }
 
-void		ODEPhysicsEnvironment::removeConstraint(int constraintid)
+void		ODEPhysicsEnvironment::removeConstraint(void *constraintid)
 {
 	if (constraintid)
 	{





More information about the Bf-blender-cvs mailing list