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

Function zSaveLoadUITableInit

src/SB/Game/zSaveLoad.cpp:274–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void zSaveLoadUITableInit(zSaveLoadUI* saveTable)
275{
276 //Doesn't match the zSaveLoadUITable size for some reason
277 for (S32 i = 0; i < 61; i++)
278 {
279 saveTable[i].nameID = xStrHash(saveTable[i].name);
280 }
281}
282
283void zSaveLoad_UIEvent(S32 i, U32 toEvent)
284{

Callers 1

zSaveLoadInitFunction · 0.85

Calls 1

xStrHashFunction · 0.50

Tested by

no test coverage detected