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

Function xSG_areaComposeLabel

src/SB/Core/x/xsavegame.cpp:946–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946void xSG_areaComposeLabel(char* label, int, char*, int)
947{
948 char buf[64] = {};
949 iSGMakeTimeStamp(buf);
950 sprintf(label, "%s", buf);
951}
952
953S32 xSG_sv_flipinfo(st_XSAVEGAME_DATA* xsgdata)
954{

Callers 1

xSG_sv_commitFunction · 0.85

Calls 2

iSGMakeTimeStampFunction · 0.85
sprintfFunction · 0.85

Tested by

no test coverage detected