aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp6
1 files changed, 4 insertions, 2 deletions
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 */