Devilution
Diablo devolved - magic behind the 1996 computer game

◆ CelDraw()

void CelDraw ( int  sx,
int  sy,
BYTE *  pCelBuff,
int  nCel,
int  nWidth 
)

Blit CEL sprite to the back buffer at the given coordinates.

Parameters
sxBack buffer coordinate
syBack buffer coordinate
pCelBuffCel data
nCelCEL frame number
nWidthWidth of sprite

Definition at line 47 of file engine.cpp.