| 587 | } |
| 588 | |
| 589 | void zNPCGoalTalk::StartSFX(xSFX* sfx) |
| 590 | { |
| 591 | zNPCVillager* npc = (zNPCVillager*)psyche->clt_owner; |
| 592 | |
| 593 | U32 sid = 0; |
| 594 | if (sfx != NULL && sfx_curTalk != NULL) |
| 595 | { |
| 596 | npc->SndPlayFromSFX(sfx, &sid); |
| 597 | } |
| 598 | } |
| 599 | |
| 600 | S32 zNPCGoalSpeak::Enter(F32 dt, void* updCtxt) |
| 601 | { |
nothing calls this directly
no test coverage detected