From 3917b1af5f475b231ca73ae6ec2cceb52a20d573 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sun, 21 Jan 2007 00:56:10 +0000 Subject: bugfix for an incompatibility with ipo actuator in play mode, thanks Malachy for the fix. --- source/gameengine/Ketsji/KX_IpoActuator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/gameengine/Ketsji/KX_IpoActuator.h') diff --git a/source/gameengine/Ketsji/KX_IpoActuator.h b/source/gameengine/Ketsji/KX_IpoActuator.h index 677d72f546e..9a7d1a92751 100644 --- a/source/gameengine/Ketsji/KX_IpoActuator.h +++ b/source/gameengine/Ketsji/KX_IpoActuator.h @@ -81,6 +81,8 @@ protected: /** Apply a force-ipo locally? */ bool m_force_ipo_local; + bool m_bIpoPlaying; + public: enum IpoActType { -- cgit v1.2.3