aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/graphics.h')
-rw-r--r--engines/tucker/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/graphics.h b/engines/tucker/graphics.h
index 6f4e4c8ace..60c66f519e 100644
--- a/engines/tucker/graphics.h
+++ b/engines/tucker/graphics.h
@@ -57,7 +57,7 @@ public:
static void copyRect(uint8 *dst, int dstPitch, uint8 *src, int srcPitch, int w, int h);
- static void drawStringChar(uint8 *dst, uint8 chr, int pitch, uint8 chrColor, const uint8 *src);
+ static void drawStringChar(uint8 *dst, int xDst, int yDst, int pitch, uint8 chr, uint8 chrColor, const uint8 *src);
static void setCharset(CharsetType type);