MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / BLACK

Function BLACK

src/Engine/Flc.cpp:384–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382} /* DECODE_COPY */
383
384void BLACK()
385{ Uint8 *pDst;
386 int Lines = flc.screen_h;
387 pDst=(Uint8*)flc.mainscreen->pixels + flc.offset;
388 while(Lines-- > 0) {
389 memset(pDst, 0, flc.screen_w);
390 pDst+=flc.mainscreen->pitch;
391 }
392} /* BLACK */
393
394
395void FlcDoOneFrame()

Callers 1

FlcDoOneFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected