From 41f710c06cfeb291112843f60f8f92ca4bdb2aee Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2004 02:36:01 +0000 Subject: Fixing actor regression in The Dig caused by my previous changes svn-id: r15927 --- scumm/akos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/akos.h') diff --git a/scumm/akos.h b/scumm/akos.h index 4985e8b46e..69e48b08c2 100644 --- a/scumm/akos.h +++ b/scumm/akos.h @@ -99,6 +99,8 @@ protected: void akos16SkipData(int32 numskip); void akos16DecodeLine(byte *buf, int32 numbytes, int32 dir); void akos16Decompress(byte *dest, int32 pitch, const byte *src, int32 t_width, int32 t_height, int32 dir, int32 numskip_before, int32 numskip_after, byte transparency, int maskLeft, int maskTop, int zBuf); + + void markRectAsDirty(Common::Rect rect); }; } // End of namespace Scumm -- cgit v1.2.3