| 1749 | } |
| 1750 | |
| 1751 | void zNPCCommon::SelfDestroy() |
| 1752 | { |
| 1753 | xBehaveMgr* bmgr = xBehaveMgr_GetSelf(); |
| 1754 | if (psy_instinct != NULL) |
| 1755 | { |
| 1756 | bmgr->UnSubscribe(psy_instinct); |
| 1757 | } |
| 1758 | psy_instinct = NULL; |
| 1759 | } |
| 1760 | |
| 1761 | void zNPCCommon::TagVerts() |
| 1762 | { |
nothing calls this directly
no test coverage detected