aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-03 14:49:04 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd7b0413be646e774d9b251bba30b34440fa50289 (patch)
tree3c8d1061650a26a3b4aadca931d9f90c7a6b14cb /engines/dm/gfx.h
parentbd06132072852e7695015cad4373c31893b04934 (diff)
downloadscummvm-rg350-d7b0413be646e774d9b251bba30b34440fa50289.tar.gz
scummvm-rg350-d7b0413be646e774d9b251bba30b34440fa50289.tar.bz2
scummvm-rg350-d7b0413be646e774d9b251bba30b34440fa50289.zip
DM: Reorder blitshrink parameters
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 6bfb504326..92b14d186a 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -559,8 +559,8 @@ public:
void f133_blitBoxFilledWithMaskedBitmap(byte *src, byte *dest, byte *mask, byte *tmp, Box &box, int16 lastUnitIndex,
int16 firstUnitIndex, int16 destPixelWidth, Color transparent,
int16 xPos, int16 yPos, int16 destHeight, int16 height2); // @ F0133_VIDEO_BlitBoxFilledWithMaskedBitmap
- void f129_blitToBitmapShrinkWithPalChange(byte *srcBitmap, int16 srcWidth, int16 srcHight,
- byte *destBitmap, int16 destWidth, int16 destHeight, byte *palChange); // @ F0129_VIDEO_BlitShrinkWithPaletteChanges
+ void f129_blitToBitmapShrinkWithPalChange(byte *srcBitmap, byte *destBitmap,
+ int16 srcWidth, int16 srcHight, int16 destWidth, int16 destHeight, byte *palChange); // @ F0129_VIDEO_BlitShrinkWithPaletteChanges
void f103_flipBitmapHorizontal(byte *bitmap, uint16 width, uint16 height); // @ F0103_DUNGEONVIEW_DrawDoorFrameBitmapFlippedHorizontally
void flipBitmapVertical(byte *bitmap, uint16 width, uint16 height);
byte *f114_getExplosionBitmap(uint16 explosionAspIndex, uint16 scale, int16 &returnPixelWidth, int16 &returnHeight); // @ F0114_DUNGEONVIEW_GetExplosionBitmap