[Bf-blender-cvs] [9aea98d] master: BGE: Add missing m_jumping initialization

Thomas Szepe noreply at git.blender.org
Wed May 27 18:21:03 CEST 2015


Commit: 9aea98d33cb1d3769532670ee194e466baf75f46
Author: Thomas Szepe
Date:   Wed May 27 18:19:38 2015 +0200
Branches: master
https://developer.blender.org/rB9aea98d33cb1d3769532670ee194e466baf75f46

BGE: Add missing m_jumping initialization

===================================================================

M	source/gameengine/Ketsji/KX_ObjectActuator.cpp

===================================================================

diff --git a/source/gameengine/Ketsji/KX_ObjectActuator.cpp b/source/gameengine/Ketsji/KX_ObjectActuator.cpp
index c987ebb..717d58e 100644
--- a/source/gameengine/Ketsji/KX_ObjectActuator.cpp
+++ b/source/gameengine/Ketsji/KX_ObjectActuator.cpp
@@ -75,7 +75,8 @@ KX_ObjectActuator(
 	m_reference(refobj),
 	m_active_combined_velocity (false),
 	m_linear_damping_active(false),
-	m_angular_damping_active(false)
+	m_angular_damping_active(false),
+	m_jumping(false)
 {
 	if (m_bitLocalFlag.ServoControl)
 	{




More information about the Bf-blender-cvs mailing list