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

Function bm_iff_skip_chunk

bitmap/iff.cpp:294–299  ·  view source on GitHub ↗

the buffer pointed to by raw_data is stuffed with a pointer to bitplane pixel data

Source from the content-addressed store, hash-verified

292
293// the buffer pointed to by raw_data is stuffed with a pointer to bitplane pixel data
294void bm_iff_skip_chunk(CFILE *ifile, uint32_t len) {
295 uint32_t i;
296
297 for (i = 0; i < len; i++)
298 cf_ReadByte(ifile);
299}
300
301// modify passed bitmap
302int bm_iff_parse_delta(CFILE *ifile, int len, iff_bitmap_header *bmheader) {

Callers 1

bm_iff_parse_fileFunction · 0.85

Calls 1

cf_ReadByteFunction · 0.85

Tested by

no test coverage detected