| 616 | } |
| 617 | |
| 618 | void zNPCBSandy::ParseINI() |
| 619 | { |
| 620 | zNPCCommon::ParseINI(); |
| 621 | |
| 622 | this->cfg_npc->snd_traxShare = NULL; |
| 623 | this->cfg_npc->snd_trax = g_sndTrax_BossSandy; |
| 624 | |
| 625 | NPCS_SndTablePrepare(g_sndTrax_BossSandy); |
| 626 | } |
| 627 | |
| 628 | U32 zNPCBSandy::AnimPick(S32 gid, en_NPC_GOAL_SPOT param_2, xGoal* rawgoal) |
| 629 | { |
nothing calls this directly
no test coverage detected