| 1634 | } |
| 1635 | |
| 1636 | void afxMagicSpell::launch_missile_c() |
| 1637 | { |
| 1638 | if (mMissile) |
| 1639 | { |
| 1640 | mMissile->launch(); |
| 1641 | constraint_mgr->setReferenceObject(MISSILE_CONS, mMissile); |
| 1642 | } |
| 1643 | } |
| 1644 | |
| 1645 | bool afxMagicSpell::is_impact_in_water(SceneObject* obj, const Point3F& p) |
| 1646 | { |
nothing calls this directly
no test coverage detected