From a0e1a986471436709cdafe7ef5af27ab3f9ab26e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 18 Sep 2006 19:58:22 +0000 Subject: Oops, accidentally broke TMSK support for HE 72+ games svn-id: r23933 --- engines/scumm/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/gfx.h') diff --git a/engines/scumm/gfx.h b/engines/scumm/gfx.h index ffbab7ddca..8663acf99a 100644 --- a/engines/scumm/gfx.h +++ b/engines/scumm/gfx.h @@ -273,7 +273,7 @@ protected: virtual void decodeMask(int x, int y, const int width, const int height, int stripnr, int numzbuf, const byte *zplane_list[9], - bool transpStrip, byte flag); + bool transpStrip, byte flag, const byte *tmsk_ptr); public: void init(); -- cgit v1.2.3