MCPcopy Create free account
hub / github.com/JACoders/OpenJK / MSG_ReadDelta

Function MSG_ReadDelta

code/qcommon/msg.cpp:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416int MSG_ReadDelta( msg_t *msg, int oldV, int bits ) {
417 if ( MSG_ReadBits( msg, 1 ) ) {
418 return MSG_ReadBits( msg, bits );
419 }
420 return oldV;
421}
422
423void MSG_WriteDeltaFloat( msg_t *msg, float oldV, float newV ) {
424 byteAlias_t fi;

Callers 1

MSG_ReadDeltaUsercmdFunction · 0.70

Calls 1

MSG_ReadBitsFunction · 0.70

Tested by

no test coverage detected