aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.h
diff options
context:
space:
mode:
authorMax Horn2003-06-04 23:51:25 +0000
committerMax Horn2003-06-04 23:51:25 +0000
commitb4da713bfd0b3959932745390e61bc7398b40a05 (patch)
tree94e4de12dee5c9bf76097fc0a156f899097b2d20 /scumm/nut_renderer.h
parent565a100c831fa76c634d210d636065042e96e49a (diff)
downloadscummvm-rg350-b4da713bfd0b3959932745390e61bc7398b40a05.tar.gz
scummvm-rg350-b4da713bfd0b3959932745390e61bc7398b40a05.tar.bz2
scummvm-rg350-b4da713bfd0b3959932745390e61bc7398b40a05.zip
some more cleanup
svn-id: r8304
Diffstat (limited to 'scumm/nut_renderer.h')
-rw-r--r--scumm/nut_renderer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/nut_renderer.h b/scumm/nut_renderer.h
index 0aaf752a59..aead436bb6 100644
--- a/scumm/nut_renderer.h
+++ b/scumm/nut_renderer.h
@@ -39,8 +39,8 @@ protected:
void decodeCodec44(byte *dst, const byte *src, uint32 length);
- void draw2byte(int c, int x, int y, byte color, bool useMask);
- void drawChar(byte c, int x, int y, byte color, bool useMask);
+ void draw2byte(byte *dst, byte *mask, int c, int x, int y, byte color);
+ void drawChar(byte *dst, byte *mask, byte c, int x, int y, byte color);
public:
NutRenderer(Scumm *vm);