| 511 | } |
| 512 | |
| 513 | void zNPCMgr::ScenePostInit() |
| 514 | { |
| 515 | zNPCCommon_ScenePostInit(); |
| 516 | zNPCRobot_ScenePostInit(); |
| 517 | zNPCVillager_ScenePostInit(); |
| 518 | zNPCDuplotron_ScenePostInit(); |
| 519 | } |
| 520 | |
| 521 | void zNPCMgr::ScenePostSetup() |
| 522 | { |
no test coverage detected