Fixed failed assertion when damaging LRV or Scribbler, closes #665
parent
2e17712b5d
commit
52a18de5c0
|
@ -2750,9 +2750,7 @@ bool CPhysics::ExploOther(ObjectType iType,
|
||||||
oType == OBJECT_MOBILEwt ||
|
oType == OBJECT_MOBILEwt ||
|
||||||
oType == OBJECT_MOBILEtt ||
|
oType == OBJECT_MOBILEtt ||
|
||||||
oType == OBJECT_MOBILEft ||
|
oType == OBJECT_MOBILEft ||
|
||||||
oType == OBJECT_MOBILEit ||
|
oType == OBJECT_MOBILEit ) // vehicle?
|
||||||
oType == OBJECT_MOBILEdr ||
|
|
||||||
oType == OBJECT_APOLLO2 ) // vehicle?
|
|
||||||
{
|
{
|
||||||
assert(pObj->Implements(ObjectInterfaceType::Damageable));
|
assert(pObj->Implements(ObjectInterfaceType::Damageable));
|
||||||
dynamic_cast<CDamageableObject*>(pObj)->DamageObject(DamageType::Collision, force/200.0f);
|
dynamic_cast<CDamageableObject*>(pObj)->DamageObject(DamageType::Collision, force/200.0f);
|
||||||
|
|
Loading…
Reference in New Issue