| 70 | } |
| 71 | |
| 72 | void NPCSupport_ScenePostInit() |
| 73 | { |
| 74 | zNPCHazard_ScenePostInit(); |
| 75 | zNPCGlyph_ScenePostInit(); |
| 76 | NPCWidget_ScenePostInit(); |
| 77 | NPCSupplement_ScenePostInit(); |
| 78 | zNPC_SNDInit(); |
| 79 | } |
| 80 | |
| 81 | void NPCSupport_SceneReset() |
| 82 | { |
no test coverage detected