From b5f281e9d8b0f2d75c03b40c2f04e1df1c0cc94c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 2 Apr 2005 14:24:43 +0000 Subject: Cleanup svn-id: r17333 --- 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 172be4de20..fc90953697 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -290,7 +290,7 @@ public: 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); + void copyVirtScreenBuffers(Common::Rect rect, int dirtybit = 0); byte *getMaskBuffer(int x, int y, int z); void disableZBuffer() { _zbufferDisabled = true; } -- cgit v1.2.3