| 577 | } |
| 578 | |
| 579 | void PhysicalZone::deactivate() |
| 580 | { |
| 581 | AssertFatal(isServerObject(), "Client objects not allowed in ForceFieldInstance::close()"); |
| 582 | |
| 583 | if (mActive != false) |
| 584 | setMaskBits(ActiveMask); |
| 585 | mActive = false; |
| 586 | } |
| 587 | |
| 588 | void PhysicalZone::onStaticModified(const char* slotName, const char*newValue) |
| 589 | { |