| 1278 | } |
| 1279 | |
| 1280 | void zNPCDutchman::ParseINI() |
| 1281 | { |
| 1282 | zNPCCommon::ParseINI(); |
| 1283 | cfg_npc->snd_traxShare = g_sndTrax_Dutchman; |
| 1284 | NPCS_SndTablePrepare(g_sndTrax_Dutchman); |
| 1285 | cfg_npc->snd_trax = g_sndTrax_Dutchman; |
| 1286 | NPCS_SndTablePrepare(g_sndTrax_Dutchman); |
| 1287 | tweak.load(parmdata, pdatsize); |
| 1288 | } |
| 1289 | |
| 1290 | void zNPCDutchman::SelfSetup() |
| 1291 | { |
nothing calls this directly
no test coverage detected