| 819 | } |
| 820 | |
| 821 | void zNPCBPatrick::Destroy() |
| 822 | { |
| 823 | if (this->frozenSB) |
| 824 | { |
| 825 | xModelInstanceFree(this->frozenSB); |
| 826 | this->frozenSB = NULL; |
| 827 | } |
| 828 | |
| 829 | if (this->frozenSBIce) |
| 830 | { |
| 831 | xModelInstanceFree(this->frozenSBIce); |
| 832 | this->frozenSBIce = NULL; |
| 833 | } |
| 834 | |
| 835 | zNPCCommon::Destroy(); |
| 836 | } |
| 837 | |
| 838 | U32 zNPCBPatrick::AnimPick(S32 rawgoal, en_NPC_GOAL_SPOT gspot, xGoal* goal) |
| 839 | { |
nothing calls this directly
no test coverage detected