From aba0cd04d667ed9aa177e485518f63ed4429c990 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 10 Mar 2007 00:34:20 +0000 Subject: SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as a hidden param to drawBomp); turned drawBomp into a regular function (used to be a ScummEngine member method) svn-id: r26045 --- engines/scumm/gfx.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'engines/scumm/gfx.h') diff --git a/engines/scumm/gfx.h b/engines/scumm/gfx.h index a4683095a2..4df50a7053 100644 --- a/engines/scumm/gfx.h +++ b/engines/scumm/gfx.h @@ -170,21 +170,6 @@ struct ColorCycle { byte end; }; -/** Bomp graphics data, used as parameter to ScummEngine::drawBomp. */ -struct BompDrawData { - Graphics::Surface dst; - - int x, y; - byte scale_x, scale_y; - const byte *dataptr; - int srcwidth, srcheight; - uint16 shadowMode; - - byte *maskPtr; - - BompDrawData() { memset(this, 0, sizeof(*this)); } -}; - struct StripTable; #define CHARSET_MASK_TRANSPARENCY 253 -- cgit v1.2.3