| 768 | } |
| 769 | |
| 770 | void afxChoreographer::setGhostConstraintObject(SceneObject* obj, StringTableEntry cons_name) |
| 771 | { |
| 772 | if (constraint_mgr) |
| 773 | constraint_mgr->setReferenceObject(cons_name, obj); |
| 774 | } |
| 775 | |
| 776 | void afxChoreographer::restoreScopedObject(SceneObject* obj) |
| 777 | { |
no test coverage detected