MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / AppendToLevelChecksum

Function AppendToLevelChecksum

Descent3/LoadLevel.h:677–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677inline void AppendToLevelChecksum(int val) {
678 if (!Level_md5) {
679 return;
680 }
681 Level_md5->update(val);
682}
683
684inline void AppendToLevelChecksum(uint32_t val) {
685 if (!Level_md5) {

Callers 5

ReadObjectFunction · 0.85
ReadRoomFunction · 0.85
ReadTerrainHeightChunkFunction · 0.85
ifFunction · 0.85
MultiGetShipChecksumFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected