| 257 | } |
| 258 | |
| 259 | S32 zNPCGoalTaunt::Enter(F32 dt, void* updCtxt) |
| 260 | { |
| 261 | zNPCCommon* npc = ((zNPCCommon*)(psyche->clt_owner)); |
| 262 | npc->SndPlayRandom(NPC_STYP_LAUGH); |
| 263 | return zNPCGoalLoopAnim::Enter(dt, updCtxt); |
| 264 | } |
| 265 | |
| 266 | S32 zNPCGoalTaunt::Process(en_trantype* trantype, F32 dt, void* updCtxt, xScene* xscn) |
| 267 | { |
nothing calls this directly
no test coverage detected