MCPcopy Create free account
hub / github.com/diasurgical/devilution / GetTempLevelNames

Function GetTempLevelNames

Source/pfile.cpp:398–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void GetTempLevelNames(char *szTemp)
399{
400 // BUGFIX: function call has no purpose
401 pfile_get_save_num_from_name(plr[myplr]._pName);
402 if (setlevel)
403 sprintf(szTemp, "temps%02d", setlvlnum);
404 else
405 sprintf(szTemp, "templ%02d", currlevel);
406}
407
408void GetPermLevelNames(char *szPerm)
409{

Callers 2

SaveLevelFunction · 0.85
GetPermLevelNamesFunction · 0.85

Calls 1

Tested by

no test coverage detected