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

Function update_entrails

src/SB/Game/zFX.cpp:290–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289void zFXGoo_SceneEnter()
290{
291 S32 i;
292 zFXGooInstance* goo = zFXGooInstances;
293 for (i = 0; i < 24; i++)
294 {
295 memset(goo, 0, 4);
296 goo->state = zFXGooStateInactive;
297 goo++;
298 }
299 U32 gameID = xStrHash("FREEZY_TIMER_TEXTBOX");
300 goo_timer_textbox = (ztextbox*)zSceneFindObject(gameID);
301}

Callers 1

zFXUpdateFunction · 0.70

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected