MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zNPCHazard_SceneReset

Function zNPCHazard_SceneReset

src/SB/Game/zNPCHazard.cpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void zNPCHazard_SceneReset()
84{
85 for (S32 i = 0; i < 64; i++)
86 {
87 if (g_hazards[i].flg_hazard)
88 {
89 g_hazards[i].Kill();
90 }
91 }
92 g_cnt_activehaz = 0;
93}
94
95void zNPCHazard_ScenePostInit()
96{

Callers 1

NPCSupport_SceneResetFunction · 0.70

Calls 1

KillMethod · 0.45

Tested by

no test coverage detected