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
path: root/extern
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-03-30 10:08:41 +0400
committerErwin Coumans <blender@erwincoumans.com>2006-03-30 10:08:41 +0400
commit6f4ff970913d0651fba69b46ab3e5749a06e6c78 (patch)
tree828b7d649a2149a5bcb2551ba49a23d99ea64d0f /extern
parent10adb211fc66f50f9b115fb6e66baddd4f45f057 (diff)
fixed vehicle related issue (re-enabled them)
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h b/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h
index 46a240056fc..712620e7165 100644
--- a/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h
+++ b/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h
@@ -90,7 +90,7 @@ class CcdPhysicsEnvironment : public PHY_IPhysicsEnvironment
//complex constraint for vehicles
virtual PHY_IVehicle* getVehicleConstraint(int constraintId);
#else
- virtual PHY_IVehicle* getVehicleConstraint(int constraintId)
+ virtual class PHY_IVehicle* getVehicleConstraint(int constraintId)
{
return 0;
}