From 6f4ff970913d0651fba69b46ab3e5749a06e6c78 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 30 Mar 2006 06:08:41 +0000 Subject: [PATCH] fixed vehicle related issue (re-enabled them) --- .../Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }