Devilution
Diablo devolved - magic behind the 1996 computer game

◆ level_cel_block

DWORD level_cel_block

Specifies the current MIN block of the level CEL file, as used during rendering of the level tiles.

frameNum := block & 0x0FFF frameType := block & 0x7000 >> 12

Definition at line 28 of file scrollrt.cpp.