aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/graphics.h')
-rw-r--r--engines/prince/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h
index 884aac2c84..1766e2a04e 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -43,7 +43,7 @@ public:
void setPalette(const byte *palette);
void draw(uint16 x, uint16 y, const Graphics::Surface *s);
- void drawTransparent(const Graphics::Surface *s);
+ void drawTransparent(uint16 x, uint16 y, const Graphics::Surface *s);
Graphics::Surface *_frontScreen;
Graphics::Surface *_backScreen;