From d5a0d0d531d63eebf35c21d7d158ed2533cd8da2 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Mon, 22 Apr 2002 16:18:20 +0000 Subject: More work done on blast objects. Very preliminary implementation of akos codec 5 svn-id: r4054 --- gfx.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gfx.cpp') diff --git a/gfx.cpp b/gfx.cpp index 0f890f8b96..c7c2aeebe7 100644 --- a/gfx.cpp +++ b/gfx.cpp @@ -2544,7 +2544,10 @@ int Scumm::remapPaletteColor(int r, int g, int b, uint threshold) return bestitem; } -void Scumm::drawBomp(BompDrawData * bd) +// param3=clipping ? +// param2=scalling or not ? +// param1= never used ? +void Scumm::drawBomp(BompDrawData *bd, int param1, byte* dataPtr, int param2, int param3) { byte *dest = bd->out + bd->y * bd->outwidth, *src; int h = bd->srcheight; @@ -2640,7 +2643,6 @@ CHECK_HEAP; } - /* Yazoo: This function create the specialPalette used for semi-transparency in SamnMax */ -- cgit v1.2.3