From 7c9422111bde2d83fed320b78bde55cd9cb2c2ba Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sat, 16 Jul 2005 22:13:20 +0000 Subject: [PATCH] another file behind the #USE_BULLET --- source/gameengine/Ketsji/KX_BulletPhysicsController.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp b/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp index c9168622320..cde006afab5 100644 --- a/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp +++ b/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp @@ -1,3 +1,5 @@ +#ifdef USE_BULLET + #include "KX_BulletPhysicsController.h" #include "Dynamics/RigidBody.h" @@ -136,3 +138,4 @@ bool KX_BulletPhysicsController::Update(double time) // return false; } +#endif //#ifdef USE_BULLET