aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2004-09-19 21:14:51 +0000
committerMax Horn2004-09-19 21:14:51 +0000
commit09444181ce19cbebbe2b3dc34d6bd45ee8d0f956 (patch)
tree4192fb924558a745e3a57204b98a9f58bcd44e2d /scumm/gfx.h
parentc25ab75e92be07c1273d21d7dde9bf26ba66d06b (diff)
downloadscummvm-rg350-09444181ce19cbebbe2b3dc34d6bd45ee8d0f956.tar.gz
scummvm-rg350-09444181ce19cbebbe2b3dc34d6bd45ee8d0f956.tar.bz2
scummvm-rg350-09444181ce19cbebbe2b3dc34d6bd45ee8d0f956.zip
Moved some code from Gdi::drawBitmap into a new method Gdi::getZPlanes; cleanup
svn-id: r15196
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 0ce2c561ed..def9977a58 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -262,8 +262,10 @@ protected:
void updateDirtyScreen(VirtScreen *vs);
byte *getMaskBuffer(int x, int y, int z);
+
+ int getZPlanes(const byte *smap_ptr, const byte *zplane_list[9]);
- void decompressBMAPbg(byte *dst, int screenwidth, int w, int h, const byte *ptr, int shr, int mask);
+ void decompressBMAPbg(byte *dst, int screenwidth, int w, int h, const byte *ptr);
public:
void init();