BGE: The Action Actuator now returns correct values to work with the Actuator Sensor.

This commit is contained in:
Mitchell Stokes 2012-07-16 03:43:57 +00:00
parent 8c77b35f4f
commit 4f6cc9a9aa

@ -339,7 +339,7 @@ bool BL_ActionActuator::Update(double curtime, bool frame)
}
}
return true;
return m_flag & ACT_FLAG_ATTEMPT_PLAY;
}
#ifdef WITH_PYTHON