aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-26 06:00:58 +0000
committerTravis Howell2005-03-26 06:00:58 +0000
commit2938c66276beb59be6db0bb4fd6ae8d37fac634b (patch)
treebc2dc8c67280950c11fea59666b8839a265d863b /scumm/gfx.h
parentf735ee48afa1770ada4050975883b59beab70aa0 (diff)
downloadscummvm-rg350-2938c66276beb59be6db0bb4fd6ae8d37fac634b.tar.gz
scummvm-rg350-2938c66276beb59be6db0bb4fd6ae8d37fac634b.tar.bz2
scummvm-rg350-2938c66276beb59be6db0bb4fd6ae8d37fac634b.zip
Rename WizParameters field.
Correct start strip in drawBMAPBg() svn-id: r17236
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 feb7bacc52..b6238ce12b 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -292,7 +292,7 @@ public:
void decodeNESGfx(const byte *room);
void decodeNESObject(const byte *ptr, int xpos, int ypos, int width, int height);
- void drawBMAPBg(const byte *ptr, VirtScreen *vs, int startstrip);
+ void drawBMAPBg(const byte *ptr, VirtScreen *vs);
void drawBMAPObject(const byte *ptr, VirtScreen *vs, int obj, int x, int y, int w, int h);
void copyVirtScreenBuffers(Common::Rect rect);