| 779 | } |
| 780 | |
| 781 | void zNPCVillager::SpeakEnd() |
| 782 | { |
| 783 | xPsyche* psy = psy_instinct; |
| 784 | if ((psy->GIDInStack(NPC_GOAL_LIMBO) == 0)) |
| 785 | { |
| 786 | S32 safetyGid = psy->GIDOfSafety(); |
| 787 | if (safetyGid != 0) |
| 788 | { |
| 789 | psy->GoalSet(safetyGid, 1); |
| 790 | } |
| 791 | } |
| 792 | } |
| 793 | |
| 794 | void zNPCVillager::SpeakStart(U32 sndid, U32 sndhandle, S32 anim) |
| 795 | { |
no test coverage detected