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

Function SlReadSparseIndex

src/saveload/saveload.cpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542static inline uint SlReadSparseIndex()
543{
544 return SlReadSimpleGamma();
545}
546
547static inline void SlWriteSparseIndex(uint index)
548{

Callers 1

SlIterateArrayFunction · 0.85

Calls 1

SlReadSimpleGammaFunction · 0.85

Tested by

no test coverage detected