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

Function SRegSaveValue

SourceX/storm/storm.cpp:387–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387BOOL SRegSaveValue(const char *keyname, const char *valuename, BYTE flags, DWORD result)
388{
389 char str[10];
390 sprintf(str, "%d", result);
391 setIniValue(keyname, valuename, str);
392
393 return true;
394}
395
396double SVidFrameEnd;
397double SVidFrameLength;

Callers 3

sound_store_volumeFunction · 0.85
DvlIntSettingFunction · 0.85
SaveGammaFunction · 0.85

Calls 1

setIniValueFunction · 0.85

Tested by

no test coverage detected