diff options
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r-- | scumm/gfx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h index 8d22eb01e9..f503eada83 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -248,8 +248,7 @@ protected: void unkDecode9(byte *dst, const byte *src, int height); void unkDecode10(byte *dst, const byte *src, int height); void unkDecode11(byte *dst, const byte *src, int height); - void unkDecode12(byte *dst, const byte *src, int height); - void unkDecode13(byte *dst, const byte *src, int height); + void decodeStrip3DO(byte *dst, const byte *src, int height, byte transpCheck); void draw8ColWithMasking(byte *dst, const byte *src, int height, byte *mask); void draw8Col(byte *dst, const byte *src, int height); |