MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SlWriteSparseIndex

Function SlWriteSparseIndex

src/saveload/saveload.cpp:547–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547static inline void SlWriteSparseIndex(uint index)
548{
549 SlWriteSimpleGamma(index);
550}
551
552static inline uint SlReadArrayLength()
553{

Callers 1

SlSetLengthFunction · 0.85

Calls 1

SlWriteSimpleGammaFunction · 0.85

Tested by

no test coverage detected