fixing some issues: force needs to wake up objects, property sensor issue, island activation issue

This commit is contained in:
2006-12-25 02:02:13 +00:00
parent 0e094ffcab
commit e820cdf6a0
6 changed files with 50 additions and 25 deletions

View File

@@ -90,7 +90,8 @@ bool KX_NetworkMessageSensor::Evaluate(CValue* event)
bool result = false;
bool WasUp = m_IsUp;
m_IsUp = false;
// m_IsUp = false;
if (m_BodyList) {
m_BodyList->Release();
m_BodyList = NULL;