| 421 | } |
| 422 | |
| 423 | void zNPCVillager::ParseINI() |
| 424 | { |
| 425 | zNPCCommon::ParseINI(); |
| 426 | cfg_npc->snd_traxShare = g_sndTrax_Villager; |
| 427 | NPCS_SndTablePrepare(g_sndTrax_Villager); |
| 428 | zNPCVillager::ParseNonRandTalk(); |
| 429 | } |
| 430 | |
| 431 | void zNPCVillager::ParseNonRandTalk() |
| 432 | { |
nothing calls this directly
no test coverage detected