Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-09-18 20:43:31 +0400
committerTon Roosendaal <ton@blender.org>2008-09-18 20:43:31 +0400
commit6b7b81220808203c9a778df3b4585a77a8096f10 (patch)
treeaa88c096a83e1ad5ce443f624e56ece942ffcaff
parent423b05390434c310c0f0e59ef62fce79287c581b (diff)
This file did not compile, but is also not part of the build target...
Fixed neverheless, patch #6258 from Early Ehlinger
-rw-r--r--source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp b/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp
index 6d9b41e08d2..2e8ee31058f 100644
--- a/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp
+++ b/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp
@@ -198,7 +198,7 @@ int ODEPhysicsEnvironment::createConstraint(class PHY_IPhysicsController* ctrl
}
-void ODEPhysicsEnvironment::removeConstraint(int constraintid)
+void ODEPhysicsEnvironment::removeConstraint(void *constraintid)
{
if (constraintid)
{