Devilution
Diablo devolved - magic behind the 1996 computer game

◆ Cl2BlitSafe()

void Cl2BlitSafe ( BYTE *  pDecodeTo,
BYTE *  pRLEBytes,
int  nDataSize,
int  nWidth 
)

Blit CL2 sprite to the given buffer.

Parameters
pDecodeToThe output buffer
pRLEBytesCL2 pixel stream (run-length encoded)
nDataSizeSize of CL2 in bytes
nWidthWidth of sprite

Definition at line 929 of file engine.cpp.