aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorTravis Howell2004-09-27 01:26:05 +0000
committerTravis Howell2004-09-27 01:26:05 +0000
commit9dcd1d5ccdef5086d392a5f0905b6a89471b79df (patch)
treee7a2574762f0dc94577fe87542b388c05bdeb8fb /scumm/gfx.h
parent3c050327ce28f6a5a578ab39e0e41d7e379f6f28 (diff)
downloadscummvm-rg350-9dcd1d5ccdef5086d392a5f0905b6a89471b79df.tar.gz
scummvm-rg350-9dcd1d5ccdef5086d392a5f0905b6a89471b79df.tar.bz2
scummvm-rg350-9dcd1d5ccdef5086d392a5f0905b6a89471b79df.zip
Revert by bad change and just adjust for BMAP images.
svn-id: r15304
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index ecb1ae64ff..2477e1b7de 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -261,7 +261,7 @@ protected:
byte *getMaskBuffer(int x, int y, int z);
- int getZPlanes(const byte *smap_ptr, const byte *zplane_list[9]) const;
+ int getZPlanes(const byte *smap_ptr, const byte *zplane_list[9], bool bmapImage) const;
void drawBitmapV2Helper(const byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,
int stripnr, int numstrip, StripTable *table);