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

Function init_poppers

src/SB/Game/zFX.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 for (i = 0; i < 0x18; i++)
324 {
325 memset(&goo->atomic, 0, sizeof(RpAtomic*));
326 goo->state = zFXGooStateInactive;
327 goo++;
328 }
329}
330
331// Regalloc
332void zFXGooUpdateInstance(zFXGooInstance* goo, F32 dt)

Callers

nothing calls this directly

Calls 2

reset_poppersFunction · 0.85
add_popper_tweaksFunction · 0.85

Tested by

no test coverage detected