| 66 | } |
| 67 | |
| 68 | U32 zNPCGoalCommon::DoAutoAnim(en_NPC_GOAL_SPOT gspot, S32 forceRestart) |
| 69 | { |
| 70 | U32 anid = ((zNPCCommon*)psyche->clt_owner)->AnimPick(goalID, gspot, this); |
| 71 | |
| 72 | if (anid) |
| 73 | { |
| 74 | DoExplicitAnim(anid, forceRestart); |
| 75 | } |
| 76 | |
| 77 | return anid_played; |
| 78 | } |
| 79 | |
| 80 | U32 zNPCGoalCommon::DoExplicitAnim(U32 anid, S32 forceRestart) |
| 81 | { |
no test coverage detected