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

Method reset

src/SB/Game/zFX.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273void zFXGoo_SceneEnter()
274{
275 S32 i;
276 zFXGooInstance* goo = zFXGooInstances;
277 for (i = 0; i < 24; i++)
278 {
279 memset(goo, 0, 4);
280 goo->state = zFXGooStateInactive;
281 goo++;

Callers 3

reset_beamMethod · 0.45
zParPTankSnowUpdateFunction · 0.45
reset_entrailsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected