From d34cdae9cea0165253a8dcfe70911c792366ec08 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Dec 2009 18:23:28 +0000 Subject: M4: Move 'determine transparent color' hack into a new M4Sprite method svn-id: r46281 --- engines/m4/console.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/m4/console.cpp') diff --git a/engines/m4/console.cpp b/engines/m4/console.cpp index c95108066c..9744741a52 100644 --- a/engines/m4/console.cpp +++ b/engines/m4/console.cpp @@ -223,10 +223,7 @@ bool Console::cmdShowSprite(int argc, const char **argv) { if (y >= bg->height()) break; - // FIXME: We assume that the transparent color is the color of the top left pixel - byte *transparentColor = spr->getBasePtr(0, 0); - - spr->copyTo(bg, x, y, (int)*transparentColor); + spr->copyTo(bg, x, y, (int)spr->getTransparentColor()); x += spr->width(); yMax = MAX(yMax, spr->height()); -- cgit v1.2.3