From 2938c66276beb59be6db0bb4fd6ae8d37fac634b Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 26 Mar 2005 06:00:58 +0000 Subject: Rename WizParameters field. Correct start strip in drawBMAPBg() svn-id: r17236 --- scumm/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/gfx.h') 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); -- cgit v1.2.3