if (!m_physicsActor.Flying && m_movementAnimation=="FALLDOWN"
&& (m_physicsActor.IsColliding || m_physicsActor.CollidingGround)) {
update_movementflag = true;
}float height = m_scene.GetGroundHeight(m_pos.X, m_pos.Y);