Fixed memory corruption in three strikes battle

This commit is contained in:
Deve 2015-01-12 21:05:13 +01:00
parent 95e2213b1e
commit 2f0524dcbd

View File

@ -65,6 +65,7 @@ TrackObject::TrackObject(const core::vector3df& xyz, const core::vector3df& hpr,
m_physical_object = NULL;
m_interaction = interaction;
m_presentation = presentation;
m_soccer_ball = false;
if (m_interaction != "ghost" && m_interaction != "none" &&
physics_settings )