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

Function xBoulderGenerator_Reset

src/SB/Core/x/xEntBoulder.cpp:1112–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112void xBoulderGenerator_Reset(xBoulderGenerator* gen)
1113{
1114 for (S32 i = 0; i < gen->numBoulders; i++)
1115 {
1116 xEntBoulder_Kill(gen->boulderList[i]);
1117 gen->boulderAges[i] = 0;
1118 }
1119}
1120
1121static void BoulderGen_GiveBirth(xBoulderGenerator* gen, S32 param)
1122{

Callers 2

xBoulderGenerator_InitFunction · 0.85

Calls 1

xEntBoulder_KillFunction · 0.85

Tested by

no test coverage detected