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

Function MSG_ReadByteAlign

code/qcommon/msg.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57void MSG_ReadByteAlign( msg_t *buf ) {
58 // round up to the next byte
59 if ( buf->bit ) {
60 buf->bit = 0;
61 buf->readcount++;
62 }
63}
64
65void *MSG_GetSpace( msg_t *buf, int length ) {
66 void *data;

Callers 3

MSG_ReadStringFunction · 0.85
MSG_ReadStringLineFunction · 0.85
MSG_ReadDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected