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

Function zMainReadINI

src/SB/Game/zMain.cpp:730–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730void zMainReadINI()
731{
732 char* str;
733 void* buf;
734 U32 size;
735 xIniFile* ini;
736 U32 local_18[2];
737
738 str = (char*)iFileLoad("SB.INI", 0, (U32*)local_18);
739 if (str = NULL)
740 {
741 xIniGetString(xIniParse(0, 0), "patrick.MoveSpeed", 0);
742 }
743}
744
745void zMainFirstScreen(int)
746{

Callers 1

mainFunction · 0.70

Calls 3

xIniGetStringFunction · 0.85
iFileLoadFunction · 0.50
xIniParseFunction · 0.50

Tested by

no test coverage detected